mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-29 11:43:48 +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();
|
||||
|
||||
Reference in New Issue
Block a user