hbons / SparkleShare

Share and collaborate by syncing with any Git repository instantly. Linux, macOS, and Windows.
https://sparkleshare.org
Other
4.87k stars 579 forks source link

Fix crash when pressing show files #1975

Closed uenz closed 2 years ago

uenz commented 2 years ago

Pressing the ShowFiles button in the SetupDialog after cloning a new project kills the application. The variable PreviousPath contains the remote path with git extension. The function SparkleShare.Controller.OpenSparkleShareFolder (folder_name); expects the local name name (without git extension). When removing the extension for this function call the folder shows up like expected.

hbons commented 2 years ago

Thanks!