mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-01 13:26:44 +02:00
Some random fixups
This commit is contained in:
@ -119,7 +119,7 @@ static bool notifications_are_disabled(uint64_t flags)
|
||||
{
|
||||
bool res = flags & NT_RESTOL && Control.cooldown > get_unix_time();
|
||||
#ifdef X11
|
||||
return res || (flags & NT_NOFOCUS && xtra_is_this_focused());
|
||||
return res || (flags & NT_NOFOCUS && is_focused());
|
||||
#else
|
||||
return res;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user