cibikle / LaSSI

LaSSI (the Last Starship Save Inspector) is a free, open source, cross-platform, fan-made tool for inspecting and editing save files for "The Last Starship" by Introversion Software (https://www.introversion.co.uk/introversion/). Cross-platform UI made possible by Eto (https://github.com/picoe/Eto)
GNU Affero General Public License v3.0
4 stars 3 forks source link

"Streamer mode" #90

Closed cibikle closed 9 months ago

cibikle commented 9 months ago

Add some sort of a thing (maybe just truncate the save file path) to prevent people from accidentally revealing info about themselves (username, specifically) by taking a screenshot of LaSSI.

cibikle commented 9 months ago

Added a method to the MainForm.eto.cs file to replace the user's home directory info with a tilde. May need to revise in the future to use a more robust method.