mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.examples
git-svn-id: svn://ultimatepp.org/upp/trunk@7995 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
50fabf2d07
commit
e539f054a8
1 changed files with 1 additions and 4 deletions
|
|
@ -81,10 +81,7 @@ void EyeCare::Wash()
|
|||
|
||||
void EyeCare::Sync()
|
||||
{
|
||||
#ifdef PLATFORM_WIN32
|
||||
ExStyle(config.topmost ? GetExStyle() | WS_EX_TOPMOST
|
||||
: GetExStyle() & ~WS_EX_TOPMOST);
|
||||
#endif
|
||||
TopMost(config.topmost);
|
||||
trayicon.Icon(ignore ? EyeCareImg::off() : EyeCareImg::icon());
|
||||
if(config.hideicon)
|
||||
ignore = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue