Update file name in comments

Co-Authored-By: Travis Ralston <travpc@gmail.com>
pull/21833/head
Jorik Schellekens 2020-04-21 11:56:12 +01:00
parent 02e0ff9e5b
commit 4397658bb3
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ export class ThemeWatcher {
} }
getEffectiveTheme() { getEffectiveTheme() {
// Dev note: Much of this logic is replicated in the StyleUserSettingsTab // Dev note: Much of this logic is replicated in the AppearanceUserSettingsTab
// XXX: checking the isLight flag here makes checking it in the ThemeController // XXX: checking the isLight flag here makes checking it in the ThemeController
// itself completely redundant since we just override the result here and we're // itself completely redundant since we just override the result here and we're