mirror of
https://github.com/neovim/neovim.git
synced 2026-02-23 20:06:48 +00:00
Problem: After TUI refactor commit, code for setting Windows taskbar icon wasn't being executed because of a backdated conditional. Solution: Update the conditional to take TUI refactor into account. Ref: https://github.com/neovim/neovim/pull/20634#discussion_r1088993820