Commit 19c31a83 authored by Alexander Mikhaylenko's avatar Alexander Mikhaylenko

Init libhandy

This is necessary to load the styles, needed for HdyWindowHandle to be draggable (yay style properties) and for HdyWindow to have proper corners.
parent 8cad6e3a
......@@ -80,6 +80,7 @@ impl Application {
fn setup_signals(&self, app: Rc<Self>) {
self.app.connect_startup(clone!(@weak app => move |_| {
libhandy::init();
app.setup_css();
app.setup_gactions(app.clone());
}));
......
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