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()