mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-29 11:43:48 +02:00
Fix isLinux
This commit is contained in:
@@ -13505,7 +13505,7 @@ console.log(`isLinux: ${LINUX}`);
|
||||
|
||||
$app.data.ossDialog = false;
|
||||
|
||||
$app.methods.isLinux = function () {
|
||||
$app.computed.isLinux = function () {
|
||||
return LINUX;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user