From b83a38434156038bc02db74cb93fa8460d0f2f32 Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Wed, 8 Nov 2023 20:59:42 +0100 Subject: Updated 16 files, added 3 files, deleted android/app/release/app-release.apk.zip and renamed android/app/release/app-release.apk (automated) --- app/ui/listing.php | 4 ++-- app/ui/settings.php | 7 +++++-- app/ui/update.php | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) (limited to 'app/ui') diff --git a/app/ui/listing.php b/app/ui/listing.php index 510fa58..d29b355 100644 --- a/app/ui/listing.php +++ b/app/ui/listing.php @@ -116,8 +116,8 @@ if (!$presetList) {
- " onclick="window.parent.playSong('', 'favorites');" style="width: 100px;">Play - " style="width: 100px;" onclick="window.parent.shuffleList('favorites');">Shuffle + " onclick="window.parent.playSong('', 'favorites');" style="width: 100px;">Play + " style="width: 100px;" onclick="window.parent.shuffleList('favorites');">Shuffle
diff --git a/app/ui/settings.php b/app/ui/settings.php index 3ef243d..fe421a0 100644 --- a/app/ui/settings.php +++ b/app/ui/settings.php @@ -110,7 +110,10 @@ window.parent.discordRichPresenceData = null; } else { window.parent.discordRichPresenceData = { - largeImageKey: "logo" + largeImageKey: "logo", + buttons : [ + { label: 'View profile', url: 'https://mist.equestria.horse/profile/?/' } + ] }; } } @@ -239,7 +242,6 @@ Mist version (build ) ·
© Equestria.dev
-

+

- + '); window.parent._modal.hide();">Continue
-- cgit