Files
Nim/lib
litlighilit 1d6fd30afb Update browsers.nim, fix openDefaultBrowser()'s bug (#22052)
modified to fix blank page fault. see openDefaultBrowser()

The previous implement use "http:about:blank" which will be processed by "prepare" and be considered as a file path, turning to "file://...", which is no doubt beyond expectation.
To fix it,firstly the "about:blank" is used instead. Next, a new "openDefaultBrowserImplPrep" proc is added, take place of the previous version of "openDefaultBrowserImpl"
2023-06-09 15:54:33 +02:00
..
2017-02-20 17:24:19 +02:00
2023-06-08 22:52:24 +08:00
2023-06-06 21:22:07 +02:00
2013-03-16 23:53:07 +01:00
2021-06-03 14:00:53 +02:00
2023-05-27 20:52:08 +02:00
2021-08-29 09:18:54 +02:00