Generic wording for apps which can remember their settings
Only a subset of KDE applications (part of KXMLGUI ones) support this setting, and on the other hand non KDE applications may support it as well. As there is no way to identify the subset of affected applications not even with technical terms, make the description a bit more generic, leaving it open to future improvements to the set of supported applications.
This commit is contained in:
parent
733692f439
commit
773e0355b3
2 changed files with 3 additions and 3 deletions
|
@ -115,10 +115,10 @@
|
|||
<item row="2" column="1">
|
||||
<widget class="QCheckBox" name="kcfg_AllowKDEAppsToRememberWindowPositions">
|
||||
<property name="whatsThis">
|
||||
<string>When turned on, KDE apps which are able to remember the positions of their windows are allowed to do so. This will override the window placement mode defined above.</string>
|
||||
<string>When turned on, apps which are able to remember the positions of their windows are allowed to do so. This will override the window placement mode defined above.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Allow KDE apps to remember the positions of their own windows</string>
|
||||
<string>Allow apps to remember the positions of their own windows, if they support it</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
|
@ -252,7 +252,7 @@ void KAdvancedConfig::initialize(KWinOptionsSettings *settings, KWinOptionsKDEGl
|
|||
m_ui->kcfg_Placement->setItemData(KWinOptionsSettings::PlacementChoices::ZeroCornered, "ZeroCornered");
|
||||
m_ui->kcfg_Placement->setItemData(KWinOptionsSettings::PlacementChoices::UnderMouse, "UnderMouse");
|
||||
|
||||
// Don't show the option to prevent KDE apps from remembering their window
|
||||
// Don't show the option to prevent apps from remembering their window
|
||||
// positions on Wayland because it doesn't work on Wayland and the feature
|
||||
// will eventually be implemented in a different way there.
|
||||
// This option lives in the kdeglobals file because it is consumed by
|
||||
|
|
Loading…
Reference in a new issue