mirror of
https://github.com/DYefremov/DemonEditor.git
synced 2025-12-21 16:09:41 +01:00
allowed data extraction from startup page
This commit is contained in:
@@ -2229,7 +2229,7 @@ class Application(Gtk.Application):
|
||||
|
||||
def on_data_extract(self, app, page):
|
||||
""" Opening the data archive via "File/Extract...". """
|
||||
if page is Page.SERVICES:
|
||||
if page is Page.INFO or page is Page.SERVICES:
|
||||
file_filter = None
|
||||
if IS_DARWIN:
|
||||
file_filter = Gtk.FileFilter()
|
||||
|
||||
Reference in New Issue
Block a user