Commit 07530e39 authored by Erik Reider's avatar Erik Reider

Register the custom Widget types

parent 4aed2c4f
...@@ -106,6 +106,11 @@ namespace SwayNotificationCenter { ...@@ -106,6 +106,11 @@ namespace SwayNotificationCenter {
} }
} }
// Register custom Widgets so that they can be used in .ui template files
typeof (AnimatedList).ensure ();
typeof (AnimatedListItem).ensure ();
typeof (Underlay).ensure ();
ConfigModel.init (config_path); ConfigModel.init (config_path);
// Fixes custom themes messing with the default/custom CSS styling // Fixes custom themes messing with the default/custom CSS styling
......
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