Skip to content

Commit

Permalink
Updating settings theme dropdown on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
muchweb committed Mar 3, 2015
1 parent 7461f1c commit 086769b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions theme.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

void theme_load(char loadtheme)
{
// Update the settings dropdown UI
dropdown_theme.selected = loadtheme;

// ==== Default theme ====
//---- Main chat area ----
COLOR_MAIN_BACKGROUND = 0xFFFFFF;
Expand Down

0 comments on commit 086769b

Please sign in to comment.