fix(deep links): Re-enabled deep links

Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
quexeky
2024-12-30 14:18:42 +11:00
parent 01e6162527
commit c3f62222fe
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -123,8 +123,6 @@ impl ProcessManager<'_> {
let status = GameStatusManager::fetch_state(&game_id);
push_game_update(&self.app_handle, game_id.clone(), status);
// TODO better management
}
pub fn valid_platform(&self, platform: &Platform) -> Result<bool, String> {