barscfg: save docky state on/off after reboot

cmm: all apps are now using shared icons, remove old implementation

git-svn-id: svn://kolibrios.org@9445 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2021-12-19 14:25:40 +00:00
parent 7b0fc6a739
commit 59ab8ffa2c
9 changed files with 20 additions and 22 deletions

View File

@@ -358,8 +358,8 @@ void DrawAboutWindow()
WriteText(130,15, 0x81, 0xF5EFB3, "Pixie Player");
WriteTextLines(10, 40, 0x90, theme.color_top_panel_song_name, ABOUT_MESSAGE, 19);
DrawIcon32(45, 15, theme.color_top_panel_bg, 65);
DrawIcon32(ABOUT_W-32-45, 15, theme.color_top_panel_bg, 65);
draw_icon_32(45, 15, theme.color_top_panel_bg, 65);
draw_icon_32(ABOUT_W-32-45, 15, theme.color_top_panel_bg, 65);
}
}