summaryrefslogtreecommitdiffstats
path: root/twin/options.cpp
diff options
context:
space:
mode:
authorAlexander Golubev <fatzer2@gmail.com>2026-02-14 00:32:08 +0300
committerAlexander Golubev <fatzer2@gmail.com>2026-02-14 00:32:08 +0300
commite9b8cb7ae478923ae7cec5ef9c27ea209204b802 (patch)
treea0e9e558a65bc6bb63a4f4755cd224fffcd897c4 /twin/options.cpp
parent4bedd264f45b13407d0444a02c3b68e64d979fb9 (diff)
downloadtdebase-Fat-Zer/twin/remove-onlyDecoTranslucent.tar.gz
tdebase-Fat-Zer/twin/remove-onlyDecoTranslucent.zip
twin: remove "Apply translucency only to decoration" optionFat-Zer/twin/remove-onlyDecoTranslucent
The option has been broken for more than a decade (since replacement of kompmgr with compton-tde) and it is nontrivial to fix it. Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/706 Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
Diffstat (limited to 'twin/options.cpp')
-rw-r--r--twin/options.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/twin/options.cpp b/twin/options.cpp
index c9411f6de..c00d64477 100644
--- a/twin/options.cpp
+++ b/twin/options.cpp
@@ -202,7 +202,6 @@ unsigned long Options::updateSettings()
menuShadowSize = config->readNumEntry("MenuShadowSize", 1*100);
removeShadowsOnMove = config->readBoolEntry("RemoveShadowsOnMove", false);
removeShadowsOnResize = config->readBoolEntry("RemoveShadowsOnResize", false);
- onlyDecoTranslucent = config->readBoolEntry("OnlyDecoTranslucent",false);
resetKompmgr = config->readBoolEntry("ResetKompmgr", false);
if (resetKompmgr)
config->writeEntry("ResetKompmgr",false);