From 9dd4cf2288b25fac89b4d2870c6cad5a48cf726d Mon Sep 17 00:00:00 2001 From: Ximi1970 Date: Tue, 16 Apr 2024 10:28:50 +0200 Subject: [PATCH] Hide option for windows --- webext/options.js | 1 + 1 file changed, 1 insertion(+) 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