Fix isLinux

This commit is contained in:
Natsumi
2025-05-27 20:45:55 +10:00
parent 78daeac736
commit ea748ce1f1
2 changed files with 13 additions and 12 deletions

View File

@@ -13505,7 +13505,7 @@ console.log(`isLinux: ${LINUX}`);
$app.data.ossDialog = false;
$app.methods.isLinux = function () {
$app.computed.isLinux = function () {
return LINUX;
};