Skip to content

Commit

Permalink
fix(discord rpc): update disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
z-huang authored and Malopieds committed Aug 22, 2024
1 parent 8bdc932 commit a8eb8ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import androidx.compose.material3.MaterialTheme
import androidx.compose.material3.OutlinedButton
import androidx.compose.material3.Surface
import androidx.compose.material3.Text
import androidx.compose.material3.TextButton
import androidx.compose.material3.TopAppBar
import androidx.compose.material3.TopAppBarScrollBehavior
import androidx.compose.runtime.Composable
Expand Down Expand Up @@ -133,7 +134,7 @@ fun DiscordSettings(
modifier = Modifier.padding(horizontal = 16.dp),
)

OutlinedButton(
TextButton(
onClick = {
infoDismissed = true
},
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-zh-rTW/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
<string name="restore_failed">無法還原備份</string>

<string name="discord_integration">Discord 整合</string>
<string name="discord_information">你可以安心的登入,InnerTune只會提取你的token,所有東西都存在本機。</string>
<string name="discord_information">InnerTune使用KizzyRPC函式庫來設定您的Discord狀態。這會用到Discord Gateway連線,可能會違反Discord服務條款,但是目前沒有使用者為此被停用帳號。使用此功能需自行承擔此風險。\n\nInnerTune只會提取你的token,所有東西都存在本機。</string>
<string name="dismiss">了解</string>
<string name="options">選項</string>
<string name="preview">預覽</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@
<string name="restore_failed">Failed to restore backup</string>

<string name="discord_integration">Discord Integration</string>
<string name="discord_information">You can log in safely. InnerTune will only extract your token, and everything else is stored locally.</string>
<string name="discord_information">InnerTune uses the KizzyRPC library to set your Discord account\'s status. This involves using the Discord Gateway connection, which may be considered a violation of Discord\'s TOS. However, there are no known cases of user accounts being suspended for this reason. Use at your own risk.\n\nInnerTune will only extract your token, and everything else is stored locally.</string>
<string name="dismiss">Dismiss</string>
<string name="options">Options</string>
<string name="preview">Preview</string>
Expand Down

0 comments on commit a8eb8ce

Please sign in to comment.