Skip to content

Commit 324719c

Browse files
committed
update runtime
1 parent 924be82 commit 324719c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

io.github.ellie_commons.jorts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
id: io.github.ellie_commons.jorts
22
runtime: io.elementary.Platform
3-
runtime-version: '8.1'
3+
runtime-version: '8.2'
44
sdk: io.elementary.Sdk
55
command: io.github.ellie_commons.jorts
66

src/Application.vala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ public class Jorts.Application : Gtk.Application {
8181
public override void startup () {
8282
debug ("[JORTS] Jorts Startup…");
8383
base.startup ();
84+
Gtk.init ();
8485
Granite.init ();
8586

8687
add_action_entries (ACTION_ENTRIES, this);

0 commit comments

Comments
 (0)