mirror of
https://github.com/Ximi1970/systray-x.git
synced 2025-11-07 22:06:02 +01:00
Hide option for windows
This commit is contained in:
@@ -1603,6 +1603,7 @@ async function start() {
|
|||||||
|
|
||||||
if ( !SysTrayX.Info.options.kdeIntegration || SysTrayX.Info.platformInfo.os !== "linux" ) {
|
if ( !SysTrayX.Info.options.kdeIntegration || SysTrayX.Info.platformInfo.os !== "linux" ) {
|
||||||
document.getElementById("kdeintegration").style.display = "none";
|
document.getElementById("kdeintegration").style.display = "none";
|
||||||
|
document.getElementById("positionscorrectionselect").style.display = "none";
|
||||||
}
|
}
|
||||||
|
|
||||||
// Enable save button
|
// Enable save button
|
||||||
|
|||||||
Reference in New Issue
Block a user