mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2024-12-15 10:48:36 +01:00
update todos
This commit is contained in:
parent
9f13ab1fe9
commit
9e7bc0b8ab
@ -13,6 +13,7 @@ import { SettingsUi } from './src/ui/SettingsUi.js';
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
//TODO slash command hints
|
||||||
//TODO move advanced QR options into own UI class
|
//TODO move advanced QR options into own UI class
|
||||||
|
|
||||||
|
|
||||||
@ -104,6 +105,7 @@ const loadSettings = async () => {
|
|||||||
try {
|
try {
|
||||||
settings = QuickReplySettings.from(extension_settings.quickReplyV2);
|
settings = QuickReplySettings.from(extension_settings.quickReplyV2);
|
||||||
} catch (ex) {
|
} catch (ex) {
|
||||||
|
//TODO remove debugger
|
||||||
debugger;
|
debugger;
|
||||||
settings = QuickReplySettings.from(defaultSettings);
|
settings = QuickReplySettings.from(defaultSettings);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user