mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-05 22:36:05 +02:00
Fix crop print toggle asking to crop exisiting prints
This commit is contained in:
@@ -249,6 +249,7 @@ export const useAdvancedSettingsStore = defineStore('AdvancedSettings', () => {
|
|||||||
'VRCX_cropInstancePrints',
|
'VRCX_cropInstancePrints',
|
||||||
cropInstancePrints.value
|
cropInstancePrints.value
|
||||||
);
|
);
|
||||||
|
cropPrintsChanged();
|
||||||
}
|
}
|
||||||
function setSaveInstanceStickers() {
|
function setSaveInstanceStickers() {
|
||||||
saveInstanceStickers.value = !saveInstanceStickers.value;
|
saveInstanceStickers.value = !saveInstanceStickers.value;
|
||||||
|
|||||||
Reference in New Issue
Block a user