Change app ID to com.outlay.app, add AppStream metadata, fix toast visibility

This commit is contained in:
2026-03-03 22:15:59 +02:00
parent a38779c664
commit d78a27bbf5
62 changed files with 286 additions and 158 deletions

View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="outlay">
<schema id="com.outlay.app" path="/com/outlay/app/">
<key name="window-width" type="i">
<default>900</default>
<summary>Window width</summary>
<description>The width of the main application window.</description>
</key>
<key name="window-height" type="i">
<default>600</default>
<summary>Window height</summary>
<description>The height of the main application window.</description>
</key>
<key name="window-maximized" type="b">
<default>false</default>
<summary>Window maximized</summary>
<description>Whether the main application window is maximized.</description>
</key>
</schema>
</schemalist>