Skip to content

Commit 8908711

Browse files
committed
fix bug with alert
1 parent 932fd43 commit 8908711

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

OSL Programs/apps/System/.Install_system.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"path": "Origin/(A) System/System Apps",
7575
"name": "Alert.osl",
7676
"icon": "c #111 w 10 square 0 0 5 5 c #fff icn info 0.4",
77-
"version":"1.4"
77+
"version":"1.5"
7878
},
7979
{
8080
"url": "https://origin.mistium.com/OSL%20Programs/apps/System/Desktop.osl",

OSL Programs/apps/System/Alert.osl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def say() (
104104
parentSays("says")
105105

106106
goto -190 50
107-
text popup_data.message.wrapText(38).trim(1, 114) 10
107+
text popup_data.message.toStr().wrapText(38).trim(1, 114) 10
108108

109109
c global_accent
110110
goto 0 -35

0 commit comments

Comments
 (0)