Skip to content

Commit

Permalink
Change to Adw application
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSyabro committed Aug 16, 2022
1 parent e490d0b commit f62bf84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/init.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
local lgi = require("lgi")
local Gtk = lgi.require("Gtk", "4.0")
local Adw = lgi.Adw
local Gio = lgi.Gio

local app = Gtk.Application {
local app = Adw.Application {
application_id = "org.example.App"
}

Expand Down

0 comments on commit f62bf84

Please sign in to comment.