Fixed Control Center not using layer shell config option
This commit is contained in:
@@ -27,8 +27,8 @@ namespace SwayNotificationCenter {
|
|||||||
|
|
||||||
public SwayncDaemon () {
|
public SwayncDaemon () {
|
||||||
// Init noti_daemon
|
// Init noti_daemon
|
||||||
this.noti_daemon = new NotiDaemon (this);
|
|
||||||
this.use_layer_shell = ConfigModel.instance.layer_shell;
|
this.use_layer_shell = ConfigModel.instance.layer_shell;
|
||||||
|
this.noti_daemon = new NotiDaemon (this);
|
||||||
Bus.own_name (BusType.SESSION, "org.freedesktop.Notifications",
|
Bus.own_name (BusType.SESSION, "org.freedesktop.Notifications",
|
||||||
BusNameOwnerFlags.NONE,
|
BusNameOwnerFlags.NONE,
|
||||||
on_noti_bus_aquired,
|
on_noti_bus_aquired,
|
||||||
|
Reference in New Issue
Block a user