fix the spacing on some of the info boxes
This commit is contained in:
@@ -64,12 +64,12 @@ const MiscMenuEntry MISC_MENU_ENTRIES[] = {
|
||||
|
||||
{ .name = "Saves", .title = "Saves", .func = MiscMenuFuncGenerator<ui::menu::save::Menu>, .flag = MiscMenuFlag_Shortcut, .info =
|
||||
"View save data for each user. "\
|
||||
"You can backup and restore saves."\
|
||||
"You can backup and restore saves.\n\n"\
|
||||
"Experimental support for backing up system saves is possible." },
|
||||
|
||||
{ .name = "Themezer", .title = "Themezer", .func = MiscMenuFuncGenerator<ui::menu::themezer::Menu>, .flag = MiscMenuFlag_Shortcut, .info =
|
||||
"Download themes from https://themezer.net."\
|
||||
"Themes are downloaded to /themes/sphaira"\
|
||||
"Download themes from themezer.net. "\
|
||||
"Themes are downloaded to /themes/sphaira\n"\
|
||||
"To install the themes, NXThemesInstaller needs to be installed (can be downloaded via the AppStore)." },
|
||||
|
||||
{ .name = "GitHub", .title = "GitHub", .func = MiscMenuFuncGenerator<ui::menu::gh::Menu>, .flag = MiscMenuFlag_Shortcut, .info =
|
||||
@@ -329,7 +329,7 @@ MainMenu::MainMenu() {
|
||||
options->Add<SidebarEntryBool>("Ftp"_i18n, App::GetFtpEnable(), [](bool& enable){
|
||||
App::SetFtpEnable(enable);
|
||||
}, "Enable FTP server to run in the background.\n\n"\
|
||||
"The default port is 5000 with no user/pass set.\n"\
|
||||
"The default port is 5000 with no user/pass set. "\
|
||||
"You can change this behaviour in /config/ftpsrv/config.ini"_i18n);
|
||||
|
||||
options->Add<SidebarEntryBool>("Mtp"_i18n, App::GetMtpEnable(), [](bool& enable){
|
||||
@@ -358,7 +358,7 @@ MainMenu::MainMenu() {
|
||||
}, (s64)App::GetLanguage(),
|
||||
"Change the language.\n\n"
|
||||
"If your language isn't found, or translations are missing, please consider opening a PR at "\
|
||||
"https://github.com/ITotalJustice/sphaira/pulls"_i18n);
|
||||
"github.com/ITotalJustice/sphaira"_i18n);
|
||||
|
||||
options->Add<SidebarEntryCallback>("Misc"_i18n, [](){
|
||||
App::DisplayMiscOptions();
|
||||
|
||||
Reference in New Issue
Block a user