diff options
author | Vika <vika@fireburn.ru> | 2024-08-25 21:30:54 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2024-08-25 21:30:54 +0300 |
commit | 18ceffed07f680f092ea9b07b002a1b18d37070f (patch) | |
tree | 826669213618b5c23e6aa1b53feb992261f78c0c /icons.toml | |
parent | b0730f9afe4213aa8a4d20bf56a56a27870a90bf (diff) | |
download | bowl-18ceffed07f680f092ea9b07b002a1b18d37070f.tar.zst |
Proper main menu icon
Diffstat (limited to 'icons.toml')
-rw-r--r-- | icons.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/icons.toml b/icons.toml new file mode 100644 index 0000000..e594704 --- /dev/null +++ b/icons.toml @@ -0,0 +1,7 @@ +# Recommended: Specify your app ID *OR* your base resource path for more robust icon loading +#app_id = "xyz.vikanezrimaya.kittybox.Bowl" +#base_resource_path = "/xyz/vikanezrimaya/kittybox/Bowl/" + +# List of icon names you found (shipped with this crate) +# Note: the file ending `-symbolic.svg` isn't part of the icon name. +icons = ["menu"] |