Skip to content

Commit 691ca9f

Browse files
authored
Update Shortcut_Opener.osl
1 parent 3acb00f commit 691ca9f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed
Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
file "open" passed_data "onlyaccess"
2-
file "get" 4
3-
file "open" data.str
4-
file "start"
2+
file "open" fileGet(4).toStr()
3+
4+
wc = window_create_data
5+
wc.passed_data = wc.forward_passed_data
6+
void wc.delete("forward_passed_data")
7+
8+
file "start" wc
59
window "stop"

0 commit comments

Comments
 (0)