Skip to content

Commit

Permalink
desktop-ui: clear game browser search field when loading
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeUsher committed Feb 4, 2025
1 parent a21f8c0 commit 330a329
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions desktop-ui/game-browser/game-browser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ GameBrowserWindow::GameBrowserWindow() {

auto GameBrowserWindow::show(shared_pointer<Emulator> emulator) -> void {
this->emulator = emulator;
searchLabel.text().reset();

searchInput.setText();
games.reset();

auto tmp = (shared_pointer<mia::Medium>)mia::Medium::create(emulator->medium);
Expand Down

0 comments on commit 330a329

Please sign in to comment.