Unverified Commit b91e39c1 authored by Erik Reider's avatar Erik Reider Committed by GitHub

Fixed Control Center not using layer shell config option

parent 81613a25
......@@ -27,8 +27,8 @@ namespace SwayNotificationCenter {
public SwayncDaemon () {
// Init noti_daemon
this.noti_daemon = new NotiDaemon (this);
this.use_layer_shell = ConfigModel.instance.layer_shell;
this.noti_daemon = new NotiDaemon (this);
Bus.own_name (BusType.SESSION, "org.freedesktop.Notifications",
BusNameOwnerFlags.NONE,
on_noti_bus_aquired,
......
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