mirror of
https://github.com/c9moser/sgbackup.git
synced 2026-01-19 19:40:13 +00:00
2025.01.10 22:41:53
This commit is contained in:
parent
e7daf3c047
commit
4639155c6c
@ -405,9 +405,20 @@ class AppWindow(Gtk.ApplicationWindow):
|
|||||||
#self.backupview.refresh()
|
#self.backupview.refresh()
|
||||||
|
|
||||||
class Application(Gtk.Application):
|
class Application(Gtk.Application):
|
||||||
|
"""
|
||||||
|
Application The `Gtk.Application` for this app.
|
||||||
|
|
||||||
|
Signals
|
||||||
|
_______
|
||||||
|
|
||||||
|
+ `settings-dialog-init`
|
||||||
|
"""
|
||||||
__gtype_name__ = "Application"
|
__gtype_name__ = "Application"
|
||||||
|
|
||||||
def __init__(self,*args,**kwargs):
|
def __init__(self,*args,**kwargs):
|
||||||
|
"""
|
||||||
|
Application
|
||||||
|
"""
|
||||||
AppFlags = Gio.ApplicationFlags
|
AppFlags = Gio.ApplicationFlags
|
||||||
kwargs['application_id'] = 'org.sgbackup.sgbackup'
|
kwargs['application_id'] = 'org.sgbackup.sgbackup'
|
||||||
kwargs['flags'] = AppFlags.FLAGS_NONE
|
kwargs['flags'] = AppFlags.FLAGS_NONE
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user