summarylogtreecommitdiffstats
path: root/adjust-makepad-workspace.patch
diff options
context:
space:
mode:
Diffstat (limited to 'adjust-makepad-workspace.patch')
-rw-r--r--adjust-makepad-workspace.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/adjust-makepad-workspace.patch b/adjust-makepad-workspace.patch
new file mode 100644
index 000000000000..6d67b6774825
--- /dev/null
+++ b/adjust-makepad-workspace.patch
@@ -0,0 +1,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
+ }
+ });