Vendicated 2024-09-20 20:23:57 +02:00
parent b94379f5bd
commit 4fdf43ea6a
No known key found for this signature in database
GPG key ID: D66986BAF75ECF18

View file

@ -69,7 +69,6 @@ const BrowserUserAgents = {
};
export const BrowserUserAgent = BrowserUserAgents[process.platform] || BrowserUserAgents.windows;
console.log(BrowserUserAgent);
export const enum MessageBoxChoice {
Default,