mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +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',
|
||||
cropInstancePrints.value
|
||||
);
|
||||
cropPrintsChanged();
|
||||
}
|
||||
function setSaveInstanceStickers() {
|
||||
saveInstanceStickers.value = !saveInstanceStickers.value;
|
||||
|
||||
Reference in New Issue
Block a user