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

@@ -176,6 +176,7 @@ pub fn build_watermark_page(state: &AppState) -> adw::NavigationPage {
.title("Advanced Options")
.subtitle("Opacity, rotation, tiling, margin")
.show_enable_switch(false)
.expanded(state.detailed_mode)
.build();
let opacity_row = adw::SpinRow::builder()