Choose icon for launching studio - #6405
Conversation
Can choose what Icon studio uses (when installed) in Appearance. Added old and current Roblox Studio icons. Also fixed ByfronDialog version string not returning the correct version.
|
yes |
|
Bad idea, cuz it doesn't natively support .webp, also it's better for websites and mobile apps not apps like this. |
Wrong PR mate. |
Question, how did you get the Roblox Studio icons? Could you send a .zip file of it .pngs |
Found them here. Just download and convert the icons to PNG, lol. |
|
omg thank youuuu |
| public ByfronDialog() | ||
| { | ||
| string version = Utilities.GetRobloxVersionStr(Bootstrapper?.IsStudioLaunch ?? false); | ||
| // we use App.Bootstrapper instead of Bootstrapper since Bootstrapper always returns null here |
There was a problem hiding this comment.
as the comment says, "Bootstrapper" seems to always be null here as the taskbar icons never used the studio icons when using "Bootstrapper", changing to "App.Bootstrapper" fixed this. i believe this is because the bootstrapper gets made before the variable is assigned.
Closes #6378
Can choose what icon launching studio uses in Appearance. (only visible when studio is installed)
Added old and current Roblox Studio icons.
these icos are optimized like in #5718, they will be low quality without its changes in IconEx.cs!!