Window: addToFavourites(): Discard shortcut from system entries

这个提交包含在:
Albert S. 2020-10-19 21:36:37 +02:00
父节点 64d3223fb2
当前提交 042b53a0be
共有 1 个文件被更改,包括 1 次插入0 次删除

查看文件

@ -166,6 +166,7 @@ void Window::addToFavourites(const EntryConfig &config)
when we add it to the favourites. the alternative would be to reload the whole config,
but that's probably overkill. */
userConfig.update(config);
userConfig.key = "";
userEntryButtons.append(createEntryButton(userConfig));
}