mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-05 22:36:05 +02:00
Add group moderation log sorting, fix private to bottom
This commit is contained in:
@@ -43,7 +43,7 @@ export const useVRCXUpdaterStore = defineStore('VRCXUpdater', () => {
|
||||
const updateToastRelease = ref('');
|
||||
|
||||
async function initVRCXUpdaterSettings() {
|
||||
if (!LINUX) {
|
||||
if (LINUX) {
|
||||
arch.value = await window.electron.getArch();
|
||||
noUpdater.value = await window.electron.getNoUpdater();
|
||||
console.log('Architecture:', arch.value);
|
||||
|
||||
Reference in New Issue
Block a user