From 18ceffed07f680f092ea9b07b002a1b18d37070f Mon Sep 17 00:00:00 2001 From: Vika Date: Sun, 25 Aug 2024 21:30:54 +0300 Subject: Proper main menu icon --- icons.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 icons.toml (limited to 'icons.toml') 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"] -- cgit 1.4.1