1
0
Fork 0

Window: addToFavourites(): Discard shortcut from system entries

Esse commit está contido em:
Albert S. 2020-10-19 21:36:37 +02:00
commit 042b53a0be
1 arquivos alterados com 1 adições e 0 exclusões

Ver arquivo

@ -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));
}