mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +09:00
Fix snapshot page not correctly seeing a lack of package data
This commit is contained in:
@@ -219,7 +219,7 @@ class SnapshotPage(Adw.BreakpointBin):
|
||||
data_path = f"{HostInfo.home}/.var/app"
|
||||
data_exists = False
|
||||
for package in HostInfo.flatpaks:
|
||||
if package.info['id'] == "io.io.github.flattool.Warehouse":
|
||||
if package.info['id'] == "io.github.flattool.Warehouse":
|
||||
continue
|
||||
|
||||
if os.path.exists(package.data_path):
|
||||
|
||||
Reference in New Issue
Block a user