diff --git a/window.cpp b/window.cpp index 897d93e..bfd07d4 100644 --- a/window.cpp +++ b/window.cpp @@ -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)); }