LastFM dies for whatever reason. Fixed by removing it.

This commit is contained in:
Soph :3 2024-08-23 19:33:06 +03:00
parent cd4693d40e
commit 8135a054e2
Signed by: sophie
GPG key ID: EDA5D222A0C270F2

View file

@ -1,4 +1,4 @@
import { LastfmWidget } from "./lastfm.js";
//import { LastfmWidget } from "./lastfm.js";
import { NotificationPopups } from "./notificationPopups.js";
import { StatusWidget } from "./status.js";
@ -203,7 +203,7 @@ App.config({
style: "./style.css",
windows: [
StatusWidget(1),
LastfmWidget(1),
//LastfmWidget(1),
Bar(0),
Bar(1),
NotificationPopups(0),