From 4f709919f868b58a7da68e5d575d0020db58d4b2 Mon Sep 17 00:00:00 2001 From: Tiramify Daniel Date: Mon, 20 Oct 2025 06:25:12 +0200 Subject: [PATCH] make it available for all platforms --- src/plugins/transparent-player/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/transparent-player/index.ts b/src/plugins/transparent-player/index.ts index 38c7e3ac50..2c3056de75 100644 --- a/src/plugins/transparent-player/index.ts +++ b/src/plugins/transparent-player/index.ts @@ -22,7 +22,6 @@ export default createPlugin({ description: () => t('plugins.transparent-player.description'), addedVersion: '3.11.x', restartNeeded: true, - platform: Platform.Windows, config: defaultConfig, stylesheets: [style], async menu({ getConfig, setConfig }) {