• J
    UI: Fix tray icon showing up on startup even if off · 58ce89bb
    jp9000 提交于
    Apparently certain versions of Qt have a bug where the tray icon's
    internal "visible" variable is set to false despite the fact that it
    still shows.  Calling show() first before calling hide() sets the
    internal boolean value and fixes the issue with the hide call.
    58ce89bb
window-basic-main.cpp 191.9 KB