Skip to content
Snippets Groups Projects
Commit 4a0f009e authored by math's avatar math
Browse files

warn about implications of toggling external option

parent 88d86405
No related branches found
No related tags found
No related merge requests found
Pipeline #2831 passed
......@@ -1167,11 +1167,13 @@ UserSettingsModel::data(const QModelIndex &index, int role) const
case UseIdenticon:
return tr("Display an identicon instead of a letter when no avatar is set.");
case OpenImageExternal:
return tr("Click to open image with external program. \nSame as Right-Click>Open "
"in external program");
return tr("Toggles the behavior of \"Right-Click>Open with external program\" "
"when tapping the image.\nNote that when this option is ON, opened "
"files are left unencrypted on disk and must be manually deleted.");
case OpenVideoExternal:
return tr("Click to open video with external program. \nSame as Right-Click>Open "
"in external program");
return tr("Toggles the behavior of \"Right-Click>Open with external program\" "
"when tapping the video.\nNote that when this option is ON, opened "
"files are left unencrypted on disk and must be manually deleted.");
case DecryptSidebar:
return tr("Decrypt the messages shown in the sidebar.\nOnly affects messages in "
"encrypted chats.");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment