Fixed CC placeholder not showing on startup. Fixes #351

This commit is contained in:
Erik Reider 2023-12-11 13:08:24 +01:00
parent 09c14e4ea9
commit 305ebf8734

View File

@ -220,7 +220,8 @@ namespace SwayNotificationCenter {
return true;
});
// Switches the stack page depending on the
stack.set_visible_child_name (STACK_PLACEHOLDER_PAGE);
// Switches the stack page depending on the amount of notifications
list_box.add.connect (() => {
stack.set_visible_child_name (STACK_NOTIFICATIONS_PAGE);
});