From 33e61b16363a67a989acce1d3ca375637316b1df Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sat, 17 Aug 2024 21:01:51 +0200 Subject: app: add skip-defeated preference --- adw/src/wrap_init.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'adw/src/wrap_init.cpp') diff --git a/adw/src/wrap_init.cpp b/adw/src/wrap_init.cpp index 6998f90..f77dacd 100644 --- a/adw/src/wrap_init.cpp +++ b/adw/src/wrap_init.cpp @@ -6,6 +6,7 @@ #include "turns/adw/preferencesdialog.hpp" #include "turns/adw/preferencespage.hpp" #include "turns/adw/preferencesrow.hpp" +#include "turns/adw/switchrow.hpp" #include "turns/adw/toast.hpp" #include "turns/adw/toastoverlay.hpp" @@ -30,6 +31,7 @@ namespace turns::adw WRAP_CLASS(PreferencesDialog, preferences_dialog); WRAP_CLASS(PreferencesPage, preferences_page); WRAP_CLASS(PreferencesRow, preferences_row); + WRAP_CLASS(SwitchRow, switch_row); WRAP_CLASS(ToastOverlay, toast_overlay); ENSURE_TYPE(ActionRow); @@ -39,6 +41,7 @@ namespace turns::adw ENSURE_TYPE(PreferencesDialog); ENSURE_TYPE(PreferencesPage); ENSURE_TYPE(PreferencesRow); + ENSURE_TYPE(SwitchRow); ENSURE_TYPE(ToastOverlay); } } // namespace turns::adw \ No newline at end of file -- cgit v1.2.3