mirror of
https://github.com/vrcx-team/VRCX.git
synced 2026-04-06 00:32:02 +02:00
fix: autoDeleteOldPrints and saveInstancePrints
This commit is contained in:
@@ -517,7 +517,7 @@ export const useGalleryStore = defineStore('Gallery', () => {
|
||||
}
|
||||
|
||||
async function tryDeleteOldPrints() {
|
||||
if (!advancedSettingsStore.deleteOldPrints) {
|
||||
if (!advancedSettingsStore.autoDeleteOldPrints) {
|
||||
return;
|
||||
}
|
||||
await refreshPrintTable();
|
||||
|
||||
@@ -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