summaryrefslogtreecommitdiff
path: root/src/components/Content.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Content.tsx')
-rw-r--r--src/components/Content.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/Content.tsx b/src/components/Content.tsx
index 91775df..3f25320 100644
--- a/src/components/Content.tsx
+++ b/src/components/Content.tsx
@@ -200,7 +200,9 @@ export function Content() {
busyAppId={flatpak.busyAppId}
onRefresh={flatpak.reload}
onEnable={flatpak.enableApp}
+ onEnableAll={flatpak.enableAll}
onRemove={flatpak.removeApp}
+ onRemoveAll={flatpak.removeAll}
onConfigChange={flatpak.updateConfig}
onWorkaroundChange={flatpak.updateWorkarounds}
/>,