mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-24 03:58:49 +03:00
parent
a486d8d7fc
commit
311d9ad31e
2 changed files with 3 additions and 2 deletions
|
@ -1420,7 +1420,8 @@ UserSettingsModel::data(const QModelIndex &index, int role) const
|
||||||
return tr("Will prevent swipe motions like swiping left/right between Rooms and "
|
return tr("Will prevent swipe motions like swiping left/right between Rooms and "
|
||||||
"Timeline, or swiping a message to reply.");
|
"Timeline, or swiping a message to reply.");
|
||||||
case ScaleFactor:
|
case ScaleFactor:
|
||||||
return tr("Change the scale factor of the whole user interface.");
|
return tr("Change the scale factor of the whole user interface. Requires a restart to "
|
||||||
|
"take effect.");
|
||||||
case UseStunServer:
|
case UseStunServer:
|
||||||
return tr(
|
return tr(
|
||||||
"Will use turn.matrix.org as assist when your home server does not offer one.");
|
"Will use turn.matrix.org as assist when your home server does not offer one.");
|
||||||
|
|
|
@ -169,7 +169,7 @@ main(int argc, char *argv[])
|
||||||
|
|
||||||
// this needs to be after setting the application name. Or how would we find our settings
|
// this needs to be after setting the application name. Or how would we find our settings
|
||||||
// file then?
|
// file then?
|
||||||
#if defined(Q_OS_UNIX) && !defined(Q_OS_MACOS)
|
#if !defined(Q_OS_MACOS)
|
||||||
if (qgetenv("QT_SCALE_FACTOR").size() == 0) {
|
if (qgetenv("QT_SCALE_FACTOR").size() == 0) {
|
||||||
float factor = utils::scaleFactor();
|
float factor = utils::scaleFactor();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue