mirror of
https://github.com/labwc/labwc.git
synced 2025-11-06 13:29:58 -05:00
src/osd.c: Hide OSD when there are no views on osd_update
This commit is contained in:
parent
37ca5c28c1
commit
1afca2c2cd
1 changed files with 1 additions and 0 deletions
|
|
@ -116,6 +116,7 @@ void
|
|||
osd_update(struct server *server)
|
||||
{
|
||||
if (wl_list_empty(&server->views)) {
|
||||
osd_finish(server);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue