File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
77## [ Unreleased]
8+ ### Fixed
9+ - Linux DND detection
10+
811## [ 1.17.1] - 2024-12-25
912### Fixed
1013- Ubuntu Unity DND detection
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ class DndManager extends EventEmitter {
4444 }
4545
4646 async _isDndEnabledLinux ( ) {
47- const de = process . env . ORIGINAL_ORIGINAL_XDG_CURRENT_DESKTOP . toLowerCase ( )
47+ const de = process . env . ORIGINAL_XDG_CURRENT_DESKTOP . toLowerCase ( )
4848 // https://specifications.freedesktop.org/mime-apps-spec/latest/file.html
4949 // https://specifications.freedesktop.org/menu-spec/latest/onlyshowin-registry.html
5050
You can’t perform that action at this time.
0 commit comments