Eryk Rakowski

Results 56 comments of Eryk Rakowski
trafficstars

I don't know when, but it would be faster if someone had helped me.

I will need to see what others think about this since it's a brave change.

@jesse9212 What about setting Multrin's icon to the currently selected tab icon?

I don't have any knowledge in developing it for Linux, so some help would be nice to see.

@arejaycola It just checks whether a window has the `WS_VISIBLE` attribute, according to the [WinAPI docs](https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-iswindowvisible)

It's not my priority, but a PR would be welcome.

You can manipulate a renderer process DOM by either using `webContents.executeJavaScript` or sending an IPC message to the `webContents` and change some HTML in the preload script.