roberto1903 / companion9x

Automatically exported from code.google.com/p/companion9x
0 stars 0 forks source link

Remember the active profile and display it #149

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
A rather simple idea to keep track of the selected profile:
Keep a variable (persistent, in c9x stored settings) that gets set to the 
profile number when the user selects one. This is used to display the name / 
number of the selected profile in the title bar next to the firmware type and 
to add a tick in the profile select dropdown next to the active one.
To make sure we don't display conflicting info, when the user changes anything 
that is profile-related in the preferences (firmware type, options, 
language...) that variable is set back to 0, so that no profile is selected 
anymore. 

Original issue reported on code.google.com by bernet.a...@gmail.com on 4 Apr 2013 at 8:38

GoogleCodeExporter commented 8 years ago

Original comment by romolo.m...@gmail.com on 13 Apr 2013 at 9:50