mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 20:48:52 +03:00
Update wording on settings page for privacy timer
This commit is contained in:
parent
1127aa7c91
commit
00885e41f8
1 changed files with 1 additions and 1 deletions
|
@ -849,7 +849,7 @@ UserSettingsPage::UserSettingsPage(QSharedPointer<UserSettings> settings, QWidge
|
|||
privacyScreen_,
|
||||
tr("When the window loses focus, the timeline will\nbe blurred."));
|
||||
boxWrap(
|
||||
tr("Privacy screen timeout"),
|
||||
tr("Privacy screen timeout (in seconds [0 - 3600])"),
|
||||
privacyScreenTimeout_,
|
||||
tr("Set timeout (in seconds) for how long after window loses\nfocus before the screen"
|
||||
" will be blurred.\nSet to 0 to blur immediately after focus loss. Max value of 1 "
|
||||
|
|
Loading…
Reference in a new issue