Wire up all GTK UI actions to real functionality

This commit is contained in:
2026-03-06 11:37:32 +02:00
parent cfd2660b95
commit 4e03cc389d
4 changed files with 853 additions and 39 deletions

View File

@@ -1,6 +1,5 @@
use adw::prelude::*;
#[allow(dead_code)]
pub fn build_settings_dialog() -> adw::PreferencesDialog {
let dialog = adw::PreferencesDialog::builder()
.title("Settings")