remove automatic desktop entry (#652)
This commit is contained in:
parent
8b3b00059e
commit
8aaf9fd141
7 changed files with 23 additions and 6 deletions
|
|
@ -446,11 +446,6 @@ void refresh(const std::string &file_name) {
|
|||
auto proc_opt = proc::parse(file_name);
|
||||
|
||||
if(proc_opt) {
|
||||
{
|
||||
proc::ctx_t ctx;
|
||||
ctx.name = "Desktop"s;
|
||||
proc_opt->get_apps().emplace(std::begin(proc_opt->get_apps()), std::move(ctx));
|
||||
}
|
||||
proc = std::move(*proc_opt);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue