New chat order backend system / fixed secondary menu not working if context menu was cancelled
This commit is contained in:
@@ -23,7 +23,7 @@ import gi
|
||||
gi.require_version('Gtk', '4.0')
|
||||
gi.require_version('Adw', '1')
|
||||
|
||||
from gi.repository import Gtk, Gio, Adw
|
||||
from gi.repository import Gtk, Gio, Adw, GLib
|
||||
from .window import AlpacaWindow
|
||||
|
||||
class AlpacaApplication(Adw.Application):
|
||||
|
||||
Reference in New Issue
Block a user