diff options
author | Vika <vika@fireburn.ru> | 2025-01-30 09:51:33 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2025-01-30 09:51:33 +0300 |
commit | 29568a14b389049480591e67a116400d030e8db1 (patch) | |
tree | 64048c64f9b24921e35b707bf1b76298480764fe /src/main.rs | |
parent | 62263e0e619625f2c5dd0b4364b43bd4fefc8ccd (diff) | |
download | bowl-29568a14b389049480591e67a116400d030e8db1.tar.zst |
Provide an application icon
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index d7dd0a1..59b4bc0 100644 --- a/src/main.rs +++ b/src/main.rs @@ -14,7 +14,7 @@ fn main() { log::set_logger(&GLIB_LOGGER).unwrap(); log::set_max_level(log::LevelFilter::Debug); - relm4_icons::initialize_icons(); + relm4_icons::initialize_icons(bowl::icons::GRESOURCE_BYTES, bowl::icons::RESOURCE_PREFIX); let app = relm4::RelmApp::new(bowl::APPLICATION_ID); relm4::set_global_css(".tag-pill button { |