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 eb1da8c commit 2682fabCopy full SHA for 2682fab
Views/Settings/Components/General.wlx
@@ -30,7 +30,7 @@ defaultMaterial = If[KeyExistsQ[settings, "WindowsBackgroundMaterial"], settings
30
31
FrontEndCustomCSS = If[KeyExistsQ[settings, "FrontEndCustomCSS"], settings["FrontEndCustomCSS"], ""];
32
33
-DefaultHome = Join[<|"Home"->FileNameJoin[{Directory[], "Examples"}]|>, settings]["Home"];
+DefaultHome = Join[<|"Home"->AppExtensions`DefaultDocumentsDir|>, settings]["Home"];
34
35
EventHandler[Secret, {"Load" -> Function[Null,
36
EventFire[homefolderEvent, "ChangeLabel", <|"Client" -> $Client, "Text"->URLEncode[DefaultHome]|>];
0 commit comments