fixed unwanted website openings

This commit is contained in:
Thomas Jentzsch 2021-11-29 11:40:51 +01:00
parent e706c0d800
commit fb7418bd6a
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();
}
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -