Simplify explanation toast for sound disabling - 1.158 🚀

This commit is contained in:
Brandon Presley 2023-10-14 10:48:15 +13:00
parent 57883266b8
commit 9867dee514
3 changed files with 5 additions and 5 deletions

View File

@ -153,8 +153,8 @@ export default function SettingsPage() {
else toast("Hid date on sets.");
return;
case "noSound":
if (value) toast("Disable sound on rest timer alarms.");
else toast("Enabled sound for rest timer alarms.");
if (value) toast("Alarms will no longer make a sound.");
else toast("Enabled sound for alarms.");
return;
case "backup":
if (value) {

View File

@ -85,8 +85,8 @@ android {
applicationId "com.massive"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 36183
versionName "1.157"
versionCode 36184
versionName "1.158"
}
signingConfigs {
release {

View File

@ -1,6 +1,6 @@
{
"name": "massive",
"version": "1.157",
"version": "1.158",
"private": true,
"license": "GPL-3.0-only",
"scripts": {