Skip to content
Snippets Groups Projects
Commit f61e8d24 authored by DarkGod's avatar DarkGod
Browse files

stay on with time

parent 8412739b
No related branches found
No related tags found
No related merge requests found
......@@ -1970,6 +1970,8 @@ function util.browserOpenUrl(url)
"kde-open %s", -- Linux - Kde
"firefox %s", -- Linux - try to find something
"mozilla-firefox %s", -- Linux - try to find something
"google-chrome-stable %s", -- Linux - try to find something
"google-chrome %s", -- Linux - try to find something
}
while #tries > 0 do
local urlbase = table.remove(tries, 1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment