mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-09-21 00:23:13 +08:00
ENH: Optimize WebView FileType
JIRA: none Change-Id: I70b5e8586332df9892687ae165212aca9e5e3427
This commit is contained in:
parent
258fe59f1e
commit
264fd5a6b4
@ -922,7 +922,9 @@ void WebViewPanel::OnNavigationRequest(wxWebViewEvent& evt)
|
||||
surl.EndsWith(".3mf") ||
|
||||
surl.EndsWith(".xlsx") ||
|
||||
surl.EndsWith(".xls") ||
|
||||
surl.EndsWith(".txt")
|
||||
surl.EndsWith(".txt") ||
|
||||
surl.EndsWith("bbscfg") ||
|
||||
surl.EndsWith("bbsflmt")
|
||||
)
|
||||
{
|
||||
wxLaunchDefaultBrowser(url);
|
||||
|
Loading…
x
Reference in New Issue
Block a user