mirror of
https://github.com/TakeV-Lambda/dino.git
synced 2024-11-28 09:51:09 +00:00
fixup 3f531d6
This commit is contained in:
parent
3f531d6b91
commit
48cd057bd5
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ public class Dino.Ui.Application : Gtk.Application, Dino.Application {
|
|||
provider.load_from_resource("/im/dino/theme.css");
|
||||
StyleContext.add_provider_for_screen(Gdk.Screen.get_default(), provider, STYLE_PROVIDER_PRIORITY_APPLICATION);
|
||||
|
||||
startup.connect(() => {
|
||||
activate.connect(() => {
|
||||
if (window == null) {
|
||||
create_set_app_menu();
|
||||
window = new UnifiedWindow(this, stream_interactor);
|
||||
|
|
Loading…
Reference in a new issue