Now saving the window properties to GSettings; added some comments

This commit is contained in:
2024-02-04 20:45:46 +01:00
parent a896a9ba27
commit 2b9afb08af
3 changed files with 63 additions and 5 deletions

View File

@@ -1,5 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="colorcodes">
<schema id="de.privacynerd.colorcodes" path="/de/privacynerd/colorcodes/">
<schema id="de.privacynerd.colorcodes.state" path="/de/privacynerd/colorcodes/state/">
<key name="width" type="i">
<default>600</default>
</key>
<key name="height" type="i">
<default>300</default>
</key>
<key name="is-maximized" type="b">
<default>false</default>
</key>
<key name="is-fullscreen" type="b">
<default>false</default>
</key>
</schema>
</schemalist>