Skip to content

Commit 053f77e

Browse files
committed
make custom render resolution avialable to non-gm users
1 parent ecbb694 commit 053f77e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.10.5
2+
3+
- Make custom render scale settings menu available to non-gm users
4+
15
## 0.10.4
26

37
- Fix radial gradients in dynamic tokens when using spritesheets for subject textures in v12

module.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "fvtt-perf-optim",
33
"title": "Prime Performance",
4-
"version": "0.10.4",
4+
"version": "0.10.5",
55
"description": "Provides a collection of unofficial performance optimizations and hacks for foundry vtt.",
66
"esmodules": ["dist/fvtt-perf-optim.js"],
77
"languages": [

src/settings/settings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Hooks.on('init', () => {
112112
label: `${NAMESPACE}.settings.${SETTINGS.CustomRenderScale}.label`,
113113
icon: 'fa-solid fa-percent',
114114
type: CustomRenderScaleConfig,
115-
restricted: true,
115+
restricted: false,
116116
});
117117

118118
game.settings.register(NAMESPACE, SETTINGS.DisableAppV2BackgroundBlur, {

0 commit comments

Comments
 (0)