mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Fix icon overwrite (#128)
* run sync twive to fix up images * Update dependencies versions * update cargo-lock dependencies * Adding spinners to ui * Fix icons for gog games * Run fix shortcuts for all boilr shortcuts * Update flatpak release notes
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ pub mod ui_colors {
|
||||
pub mod ui_images {
|
||||
use std::path::Path;
|
||||
|
||||
use eframe::epi::IconData;
|
||||
use eframe::IconData;
|
||||
use egui::{ColorImage, ImageData};
|
||||
|
||||
pub const IMPORT_GAMES_IMAGE: &[u8] = include_bytes!("../../resources/import_games_button.png");
|
||||
|
||||
Reference in New Issue
Block a user