all: remove control center in its entirety
This commit is contained in:
parent
1dfd6169f8
commit
769d12a525
97 changed files with 59 additions and 10580 deletions
|
|
@ -91,7 +91,6 @@ pub enum SimpleCommand {
|
|||
ToggleSimpleImEnabled,
|
||||
ReloadSimpleIm,
|
||||
EnableUnicodeInput,
|
||||
OpenControlCenter,
|
||||
WarpMouseToFocus,
|
||||
}
|
||||
|
||||
|
|
@ -226,12 +225,6 @@ pub struct Theme {
|
|||
pub bar_separator_width: Option<i32>,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Default)]
|
||||
pub struct Egui {
|
||||
pub proportional_fonts: Option<Vec<String>>,
|
||||
pub monospace_fonts: Option<Vec<String>>,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct Status {
|
||||
pub format: MessageFormat,
|
||||
|
|
@ -532,7 +525,6 @@ pub struct Config {
|
|||
pub log_level: Option<LogLevel>,
|
||||
pub clean_logs_older_than: Option<Duration>,
|
||||
pub theme: Theme,
|
||||
pub egui: Egui,
|
||||
pub gfx_api: Option<GfxApi>,
|
||||
pub direct_scanout_enabled: Option<bool>,
|
||||
pub drm_devices: Vec<ConfigDrmDevice>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue