Web: Files: removed TODO

This commit is contained in:
Nikita Gopienko 2022-02-15 16:31:57 +03:00
parent ccc0838269
commit 1aa99f3802

View File

@ -52,8 +52,8 @@ class SettingsStore {
internalFormats = {};
masterFormExtension = "";
html = [".htm", ".mht", ".html"]; //TODO:
ebook = [".fb2", ".ibk", ".prc", ".epub"]; //TODO:
html = [".htm", ".mht", ".html"];
ebook = [".fb2", ".ibk", ".prc", ".epub"];
constructor(thirdPartyStore, treeFoldersStore) {
makeAutoObservable(this);