allowed data extraction from startup page

This commit is contained in:
DYefremov
2024-06-16 18:12:32 +03:00
parent 0966489024
commit dd1a543e5c

View File

@@ -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()