Skip to content

Commit

Permalink
Merge pull request #1534 from hovancik/fix/dnd
Browse files Browse the repository at this point in the history
Typo in ENV name
  • Loading branch information
hovancik authored Dec 26, 2024
2 parents 8144590 + ecdf48b commit 2b35f6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Fixed
- Linux DND detection

## [1.17.1] - 2024-12-25
### Fixed
- Ubuntu Unity DND detection
Expand Down
2 changes: 1 addition & 1 deletion app/utils/dndManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class DndManager extends EventEmitter {
}

async _isDndEnabledLinux () {
const de = process.env.ORIGINAL_ORIGINAL_XDG_CURRENT_DESKTOP.toLowerCase()
const de = process.env.ORIGINAL_XDG_CURRENT_DESKTOP.toLowerCase()
// https://specifications.freedesktop.org/mime-apps-spec/latest/file.html
// https://specifications.freedesktop.org/menu-spec/latest/onlyshowin-registry.html

Expand Down

0 comments on commit 2b35f6e

Please sign in to comment.