Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions app/src/ui/lib/application-theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,11 @@ export function supportsSystemThemeChanges(): boolean {
// was released October 2nd, 2018 and the feature can just be "attained" by upgrading
// See https://github.com/desktop/desktop/issues/9015 for more
return isWindows10And1809Preview17666OrLater()
} else {
// enabling this for Linux users as an experiment to see if distributions
// work with how Chromium detects theme changes
return true
}

return false
}

function isDarkModeEnabled(): Promise<boolean> {
Expand Down