mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-09 11:12:57 +00:00
feat: update system
This commit is contained in:
@@ -15,6 +15,9 @@ export async function globals() {
|
||||
globalThis.indicator = (
|
||||
await import("../services/onScreenIndicator.js")
|
||||
).default;
|
||||
globalThis.app = (
|
||||
await import("resource:///com/github/Aylur/ags/app.js")
|
||||
).default;
|
||||
|
||||
Mpris.players.forEach((player) => {
|
||||
player.connect("changed", (player) => {
|
||||
|
||||
Reference in New Issue
Block a user