MCPcopy Create free account
hub / github.com/FSGModding/FSG_Mod_Assistant / loadSettings

Method loadSettings

lib/modAssist_window_lib.js:599–604  ·  view source on GitHub ↗

* load window settings, theme, tray menu

()

Source from the content-addressed store, hash-verified

597 * load window settings, theme, tray menu
598 */
599 loadSettings() {
600 this.#settings = serveIPC.storeSet
601 this.changeTheme()
602 this.populateContextIcons()
603 this.trayContextMenu()
604 }
605
606 // #region color theme
607 /** @type {string} */

Callers 1

modAssist_main.jsFile · 0.80

Calls 3

changeThemeMethod · 0.80
populateContextIconsMethod · 0.80
trayContextMenuMethod · 0.80

Tested by

no test coverage detected