Wire skill level and accessibility settings to UI

- Add detailed_mode to AppState, derived from skill_level setting
- Expand advanced option sections by default in Detailed mode
  (resize, convert, compress, watermark steps)
- Fix high contrast to use HighContrast GTK theme
- Add completion sound via canberra-gtk-play
This commit is contained in:
2026-03-06 15:28:02 +02:00
parent d6f7fc9c88
commit 5bdeb8a2e3
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()