You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (useCustomSongs && !customSong.empty()) returnUtils::newNotification(fmt::format("Blacklisted {}. Have fun with the original menu loop. :)", customSong));
125
128
if (!useCustomSongs && !songName.empty()) returnUtils::newNotification(fmt::format("Blacklisted {}. Have fun with the original menu loop. :)", songName));
126
129
}
127
130
128
131
if (!useCustomSongs) returnUtils::newNotification(fmt::format("Blacklisted {} by {} ({}), now playing {}.", songName, songArtist, songID, Utils::getSongName()));
129
132
if (!customSong.empty()) returnUtils::newNotification(fmt::format("Blacklisted {}, now playing {}.", customSong, Utils::currentCustomSong()));
130
-
131
-
Utils::queueUpdateSCMLabel();
132
133
}
133
134
voidcopySong() {
134
135
if (VANILLA_GD_MENU_LOOP_DISABLED) return;
@@ -140,7 +141,7 @@ namespace SongControl {
140
141
if (VANILLA_GD_MENU_LOOP_DISABLED || !Utils::getBool("enableNotification")) return;
0 commit comments