Commit 305ebf87 authored by Erik Reider's avatar Erik Reider

Fixed CC placeholder not showing on startup. Fixes #351

parent 09c14e4e
...@@ -220,7 +220,8 @@ namespace SwayNotificationCenter { ...@@ -220,7 +220,8 @@ namespace SwayNotificationCenter {
return true; 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 (() => { list_box.add.connect (() => {
stack.set_visible_child_name (STACK_NOTIFICATIONS_PAGE); stack.set_visible_child_name (STACK_NOTIFICATIONS_PAGE);
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment