Wire skill level and accessibility settings to UI

This commit is contained in:
2026-03-06 15:28:02 +02:00
parent 135bbe80f8
commit 88ee177467
5 changed files with 10 additions and 5 deletions

View File

@@ -372,6 +372,7 @@ pub fn build_resize_page(state: &AppState) -> adw::NavigationPage {
.title("Advanced Options")
.subtitle("Resize algorithm, DPI, upscale behavior")
.show_enable_switch(false)
.expanded(state.detailed_mode)
.build();
let upscale_row = adw::SwitchRow::builder()