Prepare release

This commit is contained in:
vfsfitvnm
2022-06-13 22:59:36 +02:00
parent 11f4621823
commit c78b3105b1
5 changed files with 318 additions and 107 deletions

View File

@@ -78,8 +78,8 @@ fun NotificationSettingsScreen() {
}
SwitchSettingEntry(
title = "[SOON] Show Like button",
text = "Mark a song as favorite",
title = "Show Like button",
text = "Coming soon!",
isChecked = preferences.displayLikeButtonInNotification,
onCheckedChange = {
preferences.displayLikeButtonInNotification = it