fixup 3f531d6
This commit is contained in:
parent
3f531d6b91
commit
48cd057bd5
|
@ -23,7 +23,7 @@ public class Dino.Ui.Application : Gtk.Application, Dino.Application {
|
||||||
provider.load_from_resource("/im/dino/theme.css");
|
provider.load_from_resource("/im/dino/theme.css");
|
||||||
StyleContext.add_provider_for_screen(Gdk.Screen.get_default(), provider, STYLE_PROVIDER_PRIORITY_APPLICATION);
|
StyleContext.add_provider_for_screen(Gdk.Screen.get_default(), provider, STYLE_PROVIDER_PRIORITY_APPLICATION);
|
||||||
|
|
||||||
startup.connect(() => {
|
activate.connect(() => {
|
||||||
if (window == null) {
|
if (window == null) {
|
||||||
create_set_app_menu();
|
create_set_app_menu();
|
||||||
window = new UnifiedWindow(this, stream_interactor);
|
window = new UnifiedWindow(this, stream_interactor);
|
||||||
|
|
Loading…
Reference in a new issue