Port UI to GTK 4 (close #85)

This commit is contained in:
coderkun 2023-01-08 18:20:30 +01:00
commit 75b99e5820
36 changed files with 1730 additions and 3285 deletions

View file

@ -1,6 +1,4 @@
import sys
import gi
gi.require_version('Gtk', '3.0')
from .application import Application