Newer BLP+Libadwaita syntax/widgets

This commit is contained in:
kramo
2023-09-16 09:49:30 +02:00
parent 81a65a7c10
commit 3bef033e5e
2 changed files with 5 additions and 15 deletions

View File

@@ -250,23 +250,13 @@ template $PreferencesWindow : Adw.PreferencesWindow {
}
}
Adw.ActionRow flatpak_import_launchers_row {
Adw.SwitchRow flatpak_import_launchers_switch {
title: _("Import Game Launchers");
activatable-widget: flatpak_import_launchers_switch;
Switch flatpak_import_launchers_switch {
valign: center;
}
}
}
Adw.ActionRow {
Adw.SwitchRow desktop_switch {
title: _("Desktop Entries");
activatable-widget: desktop_switch;
Switch desktop_switch {
valign: center;
}
}
}
}