update todos

This commit is contained in:
LenAnderson 2023-12-21 20:15:56 +00:00
parent 9f13ab1fe9
commit 9e7bc0b8ab
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@ import { SettingsUi } from './src/ui/SettingsUi.js';
//TODO slash command hints
//TODO move advanced QR options into own UI class
@ -104,6 +105,7 @@ const loadSettings = async () => {
try {
settings = QuickReplySettings.from(extension_settings.quickReplyV2);
} catch (ex) {
//TODO remove debugger
debugger;
settings = QuickReplySettings.from(defaultSettings);
}