Skip to content

Choose icon for launching studio - #6405

Open
0tsako wants to merge 2 commits into
bloxstraplabs:mainfrom
0tsako:studio-icon
Open

Choose icon for launching studio#6405
0tsako wants to merge 2 commits into
bloxstraplabs:mainfrom
0tsako:studio-icon

Conversation

@0tsako

@0tsako 0tsako commented Apr 8, 2026

Copy link
Copy Markdown
Contributor

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!!

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.
@0tsako 0tsako changed the title choose icon for launching studio Choose icon for launching studio Apr 8, 2026
@Inkjaay

Inkjaay commented Apr 8, 2026

Copy link
Copy Markdown

yes

@ItzBloxxy

ItzBloxxy commented Apr 12, 2026

Copy link
Copy Markdown

Bad idea, cuz it doesn't natively support .webp, also it's better for websites and mobile apps not apps like this.

@0tsako

0tsako commented May 9, 2026

Copy link
Copy Markdown
Contributor Author

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.

@ItzBloxxy

Copy link
Copy Markdown

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

@0tsako

0tsako commented May 10, 2026

Copy link
Copy Markdown
Contributor Author

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.

@ItzBloxxy

Copy link
Copy Markdown

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

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why?

@0tsako 0tsako May 22, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[REQ] Studio Icon Picker

4 participants