Commit 2b59b309 authored by Erik Reider's avatar Erik Reider

Fixed fedora build issue

parent 9571e3d4
......@@ -320,7 +320,7 @@ namespace SwayNotificationCenter {
private void on_visibility_change () {
// Updates all widgets on visibility change
foreach (var widget in widgets) {
foreach (var widget in widgets.data) {
widget.on_cc_visibility_change (visible);
}
......
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