fixed unwanted website openings

This commit is contained in:
Thomas Jentzsch 2021-11-29 11:40:51 +01:00
parent 414a505b71
commit 66bd354e3e
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ void RomInfoWidget::clearProperties()
// Decide whether the information should be shown immediately
if(instance().eventHandler().state() == EventHandlerState::LAUNCHER)
setDirty();
myUrl.clear();
}
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -