made suggested changes
This commit is contained in:
parent
1afb09794c
commit
8f20c9a0e4
@ -322,11 +322,11 @@ const char* const g_strings[StrId_Max][16] =
|
||||
|
||||
[StrId_Actions_Theme_Menu] =
|
||||
{
|
||||
STR_EN("Theme Menu V1.0"),
|
||||
STR_ES("Tema menu edición 1,0"),
|
||||
STR_JP("テーマメニュー版1.0"),
|
||||
STR_KO("테마 메뉴 에디션 1.0"),
|
||||
STR_TW("主题菜单编辑1。0"),
|
||||
STR_EN("Theme Menu"),
|
||||
STR_ES("Menú temático"),
|
||||
STR_JP("テーマメニュー"),
|
||||
STR_KO("테마 메뉴"),
|
||||
STR_TW("主题菜单"),
|
||||
},
|
||||
/*[StrId_Reboot] =
|
||||
{
|
||||
|
@ -7,6 +7,7 @@
|
||||
#include "hbmenu_logo_dark_bin.h"
|
||||
|
||||
theme_t themeCurrent;
|
||||
ThemePreset themeGlobalPreset;
|
||||
|
||||
bool colorFromSetting(config_setting_t *rgba, color_t *col) {
|
||||
if(rgba == NULL)
|
||||
|
Loading…
Reference in New Issue
Block a user