We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edd18af commit 50583ecCopy full SHA for 50583ec
2 files changed
OSL Programs/apps/System/.Install_system.json
@@ -340,6 +340,6 @@
340
"path": "Origin/(A) System/Kernel And Setup",
341
"name": "loader.osl",
342
"icon": "",
343
- "version":"1.1"
+ "version":"1.2"
344
}
345
]
OSL Programs/apps/System/loader.osl
@@ -5,6 +5,9 @@ if data.len != 0 (
5
)
6
7
local apps @= "origin.apps".eval()
8
+if typeof(apps) != "object" (
9
+ eval "origin.apps = {}"
10
+)
11
data = open("~/application data/settings/default_apps.json")
12
local original_defaults @= {
13
"File Explorer": "/(a) system/user applications/Files.osl",
0 commit comments