From 0121c75ef9de9fe8c4d8dd25ec53b4cdbea9329e Mon Sep 17 00:00:00 2001 From: Stef Tervelde Date: Fri, 18 Apr 2025 23:24:39 +0200 Subject: [PATCH] Add `removable-media` as a Snap Plug Fixes #1051 I referenced the Firefox snap configuration and they also defined the `removable-media` plug so it makes sense to me that we should also support it. --- app/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 865296d13..715be42d5 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -240,6 +240,7 @@ tasks.register("generateSnapConfiguration"){ - network - opengl - home + - removable-media parts: processing: