Add tweak to allow changing the right-sidebar tab order #46
1 changed files with 6 additions and 2 deletions
|
|
@ -19,11 +19,15 @@ export function rearrangeSidebarTabs() {
|
||||||
restricted: false,
|
restricted: false,
|
||||||
type: SidebarTabRearranger,
|
type: SidebarTabRearranger,
|
||||||
});
|
});
|
||||||
game.settings.register(__ID__, key, {
|
game.settings.register(__ID__, `${key}World`, {
|
||||||
|
scope: `world`,
|
||||||
|
config: false,
|
||||||
|
type: Array,
|
||||||
|
});
|
||||||
|
game.settings.register(__ID__, `${key}User`, {
|
||||||
scope: `user`,
|
scope: `user`,
|
||||||
config: false,
|
config: false,
|
||||||
type: Array,
|
type: Array,
|
||||||
default: [],
|
|
||||||
});
|
});
|
||||||
// #endregion Registration
|
// #endregion Registration
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue