|
@@ -148,7 +148,8 @@ Function Main()
|
|
|
|
|
|
'initial theme
|
|
'initial theme
|
|
'
|
|
'
|
|
- If Not jobj.Contains( "theme" ) jobj["theme"]=New JsonString( "theme-classic-dark" )
|
|
|
|
|
|
+ If Not jobj.Contains( "theme" ) jobj["theme"]=New JsonString( "theme-prime-blue" )
|
|
|
|
+
|
|
If Not jobj.Contains( "themeScale" ) jobj["themeScale"]=New JsonNumber( 1 )
|
|
If Not jobj.Contains( "themeScale" ) jobj["themeScale"]=New JsonNumber( 1 )
|
|
|
|
|
|
Local config:=New StringMap<String>
|
|
Local config:=New StringMap<String>
|
|
@@ -194,8 +195,9 @@ End
|
|
Function SetupMonkeyRootPath:String( rootPath:String,searchMode:Bool )
|
|
Function SetupMonkeyRootPath:String( rootPath:String,searchMode:Bool )
|
|
|
|
|
|
#If __DESKTOP_TARGET__
|
|
#If __DESKTOP_TARGET__
|
|
-
|
|
|
|
- ChangeDir( rootPath )
|
|
|
|
|
|
+
|
|
|
|
+' Not needed, and messes up default dir on first run.
|
|
|
|
+' ChangeDir( rootPath )
|
|
|
|
|
|
If searchMode
|
|
If searchMode
|
|
' search for desired folder
|
|
' search for desired folder
|