mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2025-12-16 09:12:35 +00:00
Fixed W3DHub.ask_folder crashing on windows
This commit is contained in:
@@ -202,7 +202,7 @@ class W3DHub
|
|||||||
|
|
||||||
path.strip
|
path.strip
|
||||||
else
|
else
|
||||||
result_ptr = LibUI.open_folder(window)
|
result_ptr = LibUI.open_folder(LIBUI_WINDOW)
|
||||||
result = result_ptr.null? ? "" : result_ptr.to_s.gsub("\\", "/")
|
result = result_ptr.null? ? "" : result_ptr.to_s.gsub("\\", "/")
|
||||||
|
|
||||||
result.strip
|
result.strip
|
||||||
|
|||||||
Reference in New Issue
Block a user