mark "Minimize other windows" as experimental

The feature itself works nicely, but damages window states by minimizing
windows. To mitigate this, Krohnkite should track minimization.

In fact, minimization was intentionally excluded from the initial
design to reduce the complexity of window state management, but should
be managable anyway.
This commit is contained in:
Eon S. Jeon 2019-12-11 21:05:49 +09:00
parent 376e0ad754
commit e50351d9d2

View File

@ -97,7 +97,7 @@
<item>
<widget class="QCheckBox" name="kcfg_monocleMinimizeRest">
<property name="text">
<string>Minimize other windows</string>
<string>Minimize other windows (experimental)</string>
</property>
</widget>
</item>