mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-29 03:33:47 +02:00
fix: autoDeleteOldPrints and saveInstancePrints
This commit is contained in:
@@ -781,7 +781,7 @@ export const useGameLogStore = defineStore('GameLog', () => {
|
||||
console.error(err);
|
||||
}
|
||||
}
|
||||
if (advancedSettingsStore.saveInstanceEmoji) {
|
||||
if (advancedSettingsStore.saveInstancePrints) {
|
||||
try {
|
||||
let printId = '';
|
||||
const url1 = new URL(gameLog.url);
|
||||
|
||||
Reference in New Issue
Block a user