Gradience/data/ui/log_out_dialog.blp
tfuxu 4107c60c2b
frontend: move dialogs to external modules
* move action helper functions to new `utils/actions` helper module
2023-01-03 19:35:21 +01:00

8 lines
181 B
Text

using Gtk 4.0;
using Adw 1;
template GradienceLogOutDialog : Adw.MessageDialog {
heading: _("Log out");
body: _("For the changes to take full effect, you need to log out.");
}