diff --git a/webext/options.js b/webext/options.js index 262fb50..cd0d7c5 100644 --- a/webext/options.js +++ b/webext/options.js @@ -1603,6 +1603,7 @@ async function start() { if ( !SysTrayX.Info.options.kdeIntegration || SysTrayX.Info.platformInfo.os !== "linux" ) { document.getElementById("kdeintegration").style.display = "none"; + document.getElementById("positionscorrectionselect").style.display = "none"; } // Enable save button