mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
ROGCC: add note re: aura in gui
This commit is contained in:
@@ -60,8 +60,8 @@ fn main() -> Result<()> {
|
|||||||
vsync: true,
|
vsync: true,
|
||||||
decorated: true,
|
decorated: true,
|
||||||
transparent: false,
|
transparent: false,
|
||||||
min_window_size: Some(egui::vec2(900.0, 600.0)),
|
min_window_size: Some(egui::vec2(960.0, 670.0)),
|
||||||
max_window_size: Some(egui::vec2(900.0, 600.0)),
|
max_window_size: Some(egui::vec2(960.0, 670.0)),
|
||||||
run_and_return: true,
|
run_and_return: true,
|
||||||
icon_data: Some(load_icon()),
|
icon_data: Some(load_icon()),
|
||||||
..Default::default()
|
..Default::default()
|
||||||
|
|||||||
@@ -35,6 +35,10 @@ pub fn aura_modes_group(states: &mut SystemState, freq: &mut Arc<AtomicU8>, ui:
|
|||||||
ui.heading(format!("{p:?}"));
|
ui.heading(format!("{p:?}"));
|
||||||
} else {
|
} else {
|
||||||
ui.heading("Aura modes");
|
ui.heading("Aura modes");
|
||||||
|
ui.label(
|
||||||
|
"Please note that this section is incomplete and the displayed effects won't match \
|
||||||
|
actual effect",
|
||||||
|
);
|
||||||
}
|
}
|
||||||
let mut item = |a: AuraModeNum, ui: &mut Ui| {
|
let mut item = |a: AuraModeNum, ui: &mut Ui| {
|
||||||
if ui
|
if ui
|
||||||
|
|||||||
Reference in New Issue
Block a user