Update Media.ts

This commit is contained in:
Mephisto
2025-06-16 15:57:16 +03:00
committed by GitHub
parent 62f8d73125
commit 9aea545084
-10
View File
@@ -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<number> = [];