src/Settings.vala
authorAlan <alan@roojs.com>
Thu, 8 Feb 2024 08:23:43 +0000 (16:23 +0800)
committerAlan <alan@roojs.com>
Thu, 8 Feb 2024 08:23:43 +0000 (16:23 +0800)
src/Settings.vala

index e69de29..30cf3d7 100644 (file)
@@ -0,0 +1,11 @@
+/**
+
+File to handle global settings
+In theory this should be stored in GLib.Settings - but since that requires a load of infrastructure to create
+we will stick to "~/.config/roobuilder.json" for now
+
+
+we used to store it in '.Builder/Project.list' .. but that's going to change..
+
+
+*/
\ No newline at end of file