Skip to content

Commit

Permalink
Fix a Gtk warning
Browse files Browse the repository at this point in the history
  • Loading branch information
rdbende committed Dec 3, 2024
1 parent e60ea89 commit 173cbf8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/ui/sleep_timer_dialog.blp
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,14 @@ template $SleepTimer: Adw.Dialog {
margin-end: 18;
margin-top: 12;
margin-bottom: 12;
visible-child-name: "uninitiated";

StackPage {
name: "uninitiated";
child: Adw.PreferencesGroup list {};
}

visible-child-name: "uninitiated";

StackPage {
name: "running";
child: Adw.StatusPage timer_state {
Expand Down

0 comments on commit 173cbf8

Please sign in to comment.