Finalise per-profile PPT settings

This commit is contained in:
Luke D. Jones
2025-01-18 22:40:58 +13:00
parent ef3b6636f5
commit 3426591d32
4 changed files with 72 additions and 30 deletions

View File

@@ -16,7 +16,7 @@ use crate::{set_ui_callbacks, set_ui_props_async, AttrMinMax, MainWindow, System
const MINMAX: AttrMinMax = AttrMinMax {
min: 0,
max: 0,
val: -1.0,
val: -1.0
};
pub fn setup_system_page(ui: &MainWindow, _config: Arc<Mutex<Config>>) {