Show the desktop popup as long as the interactive desktop switch is active
This commit is contained in:
parent
501943b53d
commit
aeac6294a3
1 changed files with 2 additions and 0 deletions
|
@ -949,6 +949,8 @@ void screen_show_desktop_popup(guint d, gboolean perm)
|
|||
config_desktop_popup_time * 1000,
|
||||
hide_desktop_popup_func, desktop_popup,
|
||||
g_direct_equal, NULL);
|
||||
if (perm)
|
||||
desktop_popup_perm = TRUE;
|
||||
|
||||
g_free(a);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue