Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YACReader/yacreader
/ updateIconVisibility
Method
updateIconVisibility
YACReaderLibrary/trayicon_controller.cpp:64–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
}
63
64
void TrayIconController::updateIconVisibility()
65
{
66
trayIcon.setVisible(settings->value(CLOSE_TO_TRAY, false).toBool());
67
}
68
69
bool TrayIconController::handleCloseToTrayIcon(QCloseEvent *event)
70
{
Callers
1
reloadOptions
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected