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

index 30cf3d7..9115421 100644 (file)
@@ -8,4 +8,16 @@ 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
+// this should be available via BuilderApplicaiton.settings
+
+
+*/
+
+public class Settings : Object  {
+
+       
+       public  Settings 
+
+
+}
+