add config file updater

This commit is contained in:
end-4
2025-04-03 08:13:06 +02:00
parent 3ace513374
commit 5526340041
3 changed files with 147 additions and 6 deletions
+3
View File
@@ -1,3 +1,6 @@
const GLib = imports.gi.GLib;
const Gio = imports.gi.Gio;
export function parseJSONC(jsoncString) {
let result = "";
let inString = false;