mirror of
https://github.com/itsRevela/Revelations-Launcher.git
synced 2026-05-21 18:54:29 +00:00
Previously once a title image was set on a custom edition there was no way to fall back to the default MenuTitle.png short of deleting the instance. Add a round-trip remove path: - Rust: remove_instance_title_image command deletes title_image.png from the instance stub dir if present, registered in the invoke_handler. - TauriService.removeInstanceTitleImage wraps the command. - useGameManager.removeTitleImage calls the command and resets the edition's titleImage back to /images/MenuTitle.png. - The Versions-view title-image button now detects a custom image (titleImage starts with data:) and swaps the icon, tooltip, and click handler between set/remove, for both keyboard and mouse paths.