mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-09-17 07:11:22 +02:00
background color using theme color, AlphaColour.to_color32_or, updating json format for Grouping and RoundingConfig
This commit is contained in:
@@ -17,7 +17,6 @@ use crate::storage::Storage;
|
||||
use crate::storage::StorageConfig;
|
||||
use crate::time::Time;
|
||||
use crate::time::TimeConfig;
|
||||
use eframe::egui::Color32;
|
||||
use eframe::egui::Context;
|
||||
use eframe::egui::Ui;
|
||||
use schemars::JsonSchema;
|
||||
@@ -32,7 +31,6 @@ pub trait BarWidget {
|
||||
pub struct RenderConfig {
|
||||
/// Sets how widgets are grouped
|
||||
pub grouping: Grouping,
|
||||
pub background_color: Option<Color32>,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, Serialize, Deserialize, JsonSchema)]
|
||||
|
||||
Reference in New Issue
Block a user