mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-04-21 19:28:59 -05:00
alt+s is now shortcut for sorting, search is not triggered with ctrl+s
This commit is contained in:
+1
-5
@@ -189,8 +189,6 @@ async function runImport() {
|
||||
let importedComments = 0;
|
||||
|
||||
for (const account of redditAccounts) {
|
||||
log.info("Reddit: Importing account " + account);
|
||||
|
||||
importedComments += await importComments(account);
|
||||
}
|
||||
|
||||
@@ -199,9 +197,7 @@ async function runImport() {
|
||||
}
|
||||
|
||||
sql.dbReady.then(async () => {
|
||||
console.log(config);
|
||||
|
||||
if (!config['Reddit'] || !config['Reddit']['enabled'] !== true) {
|
||||
if (!config['Reddit'] || config['Reddit']['enabled'] !== true) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user