diff options
author | Robert Tari <robert@tari.in> | 2024-08-27 14:43:59 +0200 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2024-08-27 14:43:59 +0200 |
commit | 269aa4c7df03e1e581c01866c91bcfa5524d6334 (patch) | |
tree | 2fcd022cbfcb82537b15ae334b563cfaf16e5dde /data/ayatana-settings.xml | |
parent | 4bfbd579171d9194956376c7153f378ff6eb9d4e (diff) | |
download | ayatana-settings-269aa4c7df03e1e581c01866c91bcfa5524d6334.tar.gz ayatana-settings-269aa4c7df03e1e581c01866c91bcfa5524d6334.tar.bz2 ayatana-settings-269aa4c7df03e1e581c01866c91bcfa5524d6334.zip |
Rewrite using C/CMake/Gtk4 and add some features/tweaks
Diffstat (limited to 'data/ayatana-settings.xml')
-rw-r--r-- | data/ayatana-settings.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/ayatana-settings.xml b/data/ayatana-settings.xml new file mode 100644 index 0000000..0587ff3 --- /dev/null +++ b/data/ayatana-settings.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<gresources> + <gresource prefix="/org/ayatana/ayatana-settings"> + <file compressed="true">ayatana-settings.ui</file> + </gresource> +</gresources> |