mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Do not show dialog if there are no entries
This commit is contained in:
parent
39b5181ad5
commit
f978ef01f8
@ -296,6 +296,9 @@ static void perform_autostart(bool safe) {
|
|||||||
entry_list.push_back(en);
|
entry_list.push_back(en);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(entry_list.empty())
|
||||||
|
return;
|
||||||
|
|
||||||
if(safe)
|
if(safe)
|
||||||
run_autostart_dialog(entry_list);
|
run_autostart_dialog(entry_list);
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user