mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 15:14:15 +02:00
Flatpak not required
This commit is contained in:
@@ -12,7 +12,6 @@ from fpakman.util import util
|
||||
from fpakman.core.controller import FlatpakManager, GenericApplicationManager
|
||||
from fpakman.util.cache import Cache
|
||||
from fpakman.util.memory import CacheCleaner
|
||||
from fpakman.view.qt import common
|
||||
from fpakman.view.qt.systray import TrayIcon
|
||||
|
||||
app_name = 'fpakman'
|
||||
@@ -54,8 +53,6 @@ if args.update_notification == 0:
|
||||
|
||||
locale_keys = util.get_locale_keys(args.locale)
|
||||
|
||||
common.check_flatpak_installed(locale_keys)
|
||||
|
||||
caches = []
|
||||
flatpak_api_cache = Cache(expiration_time=args.cache_exp)
|
||||
caches.append(flatpak_api_cache)
|
||||
|
||||
Reference in New Issue
Block a user