summarylogtreecommitdiffstats
path: root/adjust-makepad-workspace.patch
blob: 6d67b6774825208230286d41dce8fef00eebd76a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/makepad/app/src/makepadstorage.rs b/makepad/app/src/makepadstorage.rs
index ce8be4b..e3ccacc 100644
--- a/makepad/app/src/makepadstorage.rs
+++ b/makepad/app/src/makepadstorage.rs
@@ -51,7 +51,7 @@ impl MakepadSettings {
                     http_server: HttpServerConfig::Localhost(8000),
                     workspaces: {
                         let mut workspace = HashMap::new();
-                        workspace.insert("makepad".to_string(), ".".to_string());
+                        workspace.insert("makepad".to_string(), "%%MAKEPAD_HOME%%".to_string());
                         workspace
                     }
                 });