Remotely/Remotely_Server/wwwroot/scripts/UserSettings.js
Jared Goodwin 8debc4bad5 Initial
2021-07-29 07:53:41 -07:00

13 lines
348 B
JavaScript

export const UserSettings = new class {
constructor() {
this.PromptString = "~>";
this.CommandModeShortcuts = {
"Remotely": "/remotely",
"PSCore": "/pscore",
"WinPS": "/winps",
"CMD": "/cmd",
"Bash": "/bash"
};
}
};
//# sourceMappingURL=UserSettings.js.map