Add group moderation log sorting, fix private to bottom

This commit is contained in:
Natsumi
2026-02-10 11:02:00 +13:00
parent 4bf08bb17e
commit 2406486850
9 changed files with 51 additions and 15 deletions
+1 -1
View File
@@ -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);