| 1086 | } |
| 1087 | |
| 1088 | void MainMenuLayout::Initialize() { |
| 1089 | if(HasScreenCaptureBackground()) { |
| 1090 | pu::audio::PlaySfx(this->post_suspend_sfx); |
| 1091 | } |
| 1092 | |
| 1093 | g_GlobalSettings.InitializeEntries(); |
| 1094 | } |
| 1095 | |
| 1096 | void MainMenuLayout::Reload() { |
| 1097 | UL_RC_ASSERT(acc::GetAccountName(g_GlobalSettings.system_status.selected_user, g_UserName)); |
no test coverage detected