mirror of
https://github.com/Derisis13/barusu.git
synced 2025-12-06 19:42:48 +01:00
Fix: flatpak missing from action list
This commit is contained in:
2
main.py
2
main.py
@@ -166,7 +166,7 @@ if __name__ == '__main__':
|
|||||||
elif option in ("-r", "--restore"):
|
elif option in ("-r", "--restore"):
|
||||||
restore_mode = True
|
restore_mode = True
|
||||||
|
|
||||||
actions = [package_manager, settings_editor]
|
actions = [package_manager, settings_editor, flatpak]
|
||||||
for i in actions:
|
for i in actions:
|
||||||
if check_progs(i) is False:
|
if check_progs(i) is False:
|
||||||
actions.pop(actions.index(i))
|
actions.pop(actions.index(i))
|
||||||
|
|||||||
Reference in New Issue
Block a user