Add better status indicators, and a setting to prevent movement history recording
This commit is contained in:
parent
344e9c55ab
commit
c2601ba69c
18 changed files with 183 additions and 79 deletions
|
|
@ -1,9 +1,11 @@
|
|||
import { SettingStatusEnum, status } from "../utils/SettingStatus.mjs";
|
||||
import { __ID__ } from "../consts.mjs";
|
||||
import { Logger } from "../utils/Logger.mjs";
|
||||
|
||||
const key = `chatSidebarBackground`;
|
||||
|
||||
export function chatSidebarBackground() {
|
||||
status[key] = SettingStatusEnum.Unknown;
|
||||
|
||||
// #region Registration
|
||||
Logger.log(`Registering setting: ${key}`);
|
||||
|
|
@ -29,5 +31,5 @@ export function chatSidebarBackground() {
|
|||
};
|
||||
// #endregion Implementation
|
||||
|
||||
return true;
|
||||
status[key] = SettingStatusEnum.Registered;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue