From 3d72c4a8e35a8dc9bf739f86aff5ea9dd7c5a6bc Mon Sep 17 00:00:00 2001 From: insolor <2442833+insolor@users.noreply.github.com> Date: Sat, 24 Feb 2024 18:34:01 +0300 Subject: [PATCH] Remove boosty icon link in code --- src/constants.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/constants.rs b/src/constants.rs index d9fb326..854e0aa 100644 --- a/src/constants.rs +++ b/src/constants.rs @@ -1,7 +1,5 @@ pub const VERSION: &'static str = env!("CARGO_PKG_VERSION"); -pub const BOOSTY_ICON: eframe::egui::widgets::ImageSource<'static> = - eframe::egui::include_image!("../assets/boosty.png"); pub const GITHUB_ICON: eframe::egui::widgets::ImageSource<'static> = eframe::egui::include_image!("../assets/github.png"); pub const APP_ICON: &'static [u8; 1980] = include_bytes!("../assets/df.png");