You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
More electron apps out there
Caprine is yet an other Facebook Messenger application built using Electron, the app.asar file is installed on /usr/share/caprine/resources/
The tray icons are
They're stored in files/media/files/
The icon names are :
IconTray.png
IconTray@2x.png
IconTray@4x.png
IconTrayUnread.png
IconTrayUnread@2x.png
IconTrayUnread@4x.png
I don't know how we should handle this case? I thought of using the same icon for all the sizes. But what if the user switch from a normal screen to a 4K one? or a FHD one?
Anatine is a Twitter Client, built using Electron too. The application does not have a app.asar file. The content of it is extracted into /usr/share/anatine/resources/app
The tray icons are in media folder (/usr/share/anatine/resources/app/media
The icon names are:
IconTray.png
IconTray@2x.png
IconTrayUnread.png
IconTrayUnread@2x.png
Again this is the same case as Caprine, how we should handle hidpi cases? how we can implement something like this ?
@wa4557 What do you think about this?
The text was updated successfully, but these errors were encountered:
More electron apps out there
Caprine is yet an other Facebook Messenger application built using Electron, the
app.asar
file is installed on/usr/share/caprine/resources/
The tray icons are
They're stored in
files/media/files/
The icon names are :
IconTray.png
IconTray@2x.png
IconTray@4x.png
IconTrayUnread.png
IconTrayUnread@2x.png
IconTrayUnread@4x.png
I don't know how we should handle this case? I thought of using the same icon for all the sizes. But what if the user switch from a normal screen to a 4K one? or a FHD one?
Anatine is a Twitter Client, built using Electron too. The application does not have a
app.asar
file. The content of it is extracted into/usr/share/anatine/resources/app
The tray icons are in
media
folder (/usr/share/anatine/resources/app/media
The icon names are:
IconTray.png
IconTray@2x.png
IconTrayUnread.png
IconTrayUnread@2x.png
Again this is the same case as Caprine, how we should handle hidpi cases? how we can implement something like this ?
@wa4557 What do you think about this?
The text was updated successfully, but these errors were encountered: