Tested OpenURL, works on both platforms. Should be validated for security.

This commit is contained in:
2025-06-16 02:25:41 -05:00
parent f64734c632
commit f316a3241d

View File

@@ -105,6 +105,7 @@ void FractalInspectorApp::UnloadJulia() {
juliaset_dialog->Close();
}
// Tested and works on both platform, but is a security **NIGHTMARE**.
void OpenURL(const std::string &url) {
#ifdef _WIN32
system(std::format("start {}", url).c_str());