From 0eacbc0ea2b50868d1127bc9a5265d4352632e58 Mon Sep 17 00:00:00 2001
From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
Date: Sat, 25 Jan 2025 16:54:43 +1100
Subject: media: make popdown window
---
src/modules/popdowns/index.tsx | 2 ++
1 file changed, 2 insertions(+)
(limited to 'src/modules/popdowns/index.tsx')
diff --git a/src/modules/popdowns/index.tsx b/src/modules/popdowns/index.tsx
index 44668a8..9ee9f77 100644
--- a/src/modules/popdowns/index.tsx
+++ b/src/modules/popdowns/index.tsx
@@ -1,4 +1,5 @@
import BluetoothDevices from "./bluetoothdevices";
+import Media from "./media";
import Networks from "./networks";
import Notifications from "./notifications";
import Updates from "./updates";
@@ -8,6 +9,7 @@ export default () => {
;
;
;
+ ;
return null;
};
--
cgit v1.2.3-freya