ROGCC: add note re: aura in gui

This commit is contained in:
Luke D. Jones
2023-01-07 12:02:58 +13:00
parent ef6ca9e51e
commit ea5e5db490
2 changed files with 6 additions and 2 deletions

View File

@@ -60,8 +60,8 @@ fn main() -> Result<()> {
vsync: true,
decorated: true,
transparent: false,
min_window_size: Some(egui::vec2(900.0, 600.0)),
max_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(960.0, 670.0)),
run_and_return: true,
icon_data: Some(load_icon()),
..Default::default()

View File

@@ -35,6 +35,10 @@ pub fn aura_modes_group(states: &mut SystemState, freq: &mut Arc<AtomicU8>, ui:
ui.heading(format!("{p:?}"));
} else {
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| {
if ui