From 9aea545084f6db342a9ce89247311671a64718a7 Mon Sep 17 00:00:00 2001 From: Mephisto <38382271+NotMephisto@users.noreply.github.com> Date: Mon, 16 Jun 2025 15:57:16 +0300 Subject: [PATCH] Update Media.ts --- ags/widget/bar/Media.ts | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/ags/widget/bar/Media.ts b/ags/widget/bar/Media.ts index 77aa2fb..9e65583 100644 --- a/ags/widget/bar/Media.ts +++ b/ags/widget/bar/Media.ts @@ -5,16 +5,6 @@ import { getSymbolicIcon } from "../../scripts/apps"; import { Separator, SeparatorProps } from "../Separator"; import { Windows } from "../../windows"; -<<<<<<< ryo -======= - -const playerIcons = { - spotify: "spotify-symbolic", - mpv: "mpv-symbolic", - Clapper: "com.github.rafostar.Clapper-symbolic" -}; - ->>>>>>> ryo export function Media(): Gtk.Widget { const connections: Array = [];