make empty_session::activate simply return a bool

This commit is contained in:
2025-11-06 08:45:50 +00:00
parent a1300f8d76
commit 8b4a455dc1
2 changed files with 4 additions and 5 deletions
-1
View File
@@ -122,7 +122,6 @@ impl App {
&mut self.game_handle,
&mut self.system_info,
)
.is_ok()
{
self.empty_session.interval = Instant::now();
self.empty_session.disabled = true;