RetroBar icon indicating copy to clipboard operation
RetroBar copied to clipboard

Feature Request: Customize the Start Menu text

Open TheWeirdo600 opened this issue 11 months ago • 1 comments

I think you should be able to customize the start menu text right from the properties window. I made mockups! image image

TheWeirdo600 avatar Mar 07 '24 17:03 TheWeirdo600

You can already accomplish this using language customization feature.

Download English file from https://github.com/dremin/RetroBar/blob/master/RetroBar/Languages/English.xaml. Find this line and change the text to whatever you want: <s:String x:Key="start_text">Start</s:String> Rename this file to something you will recognize, it will show up in the language drop-down in RetroBar settings. Go to %localappdata% where RetroBar keeps local settings, create a folder named Languages, copy your file there. Go to RetroBar settings dialog box, change the language to what you used for the file name above.

You might need to re-do this if the English language file gets updated in the future versions.

homandr avatar Mar 27 '24 01:03 homandr