mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 19:35:41 -04:00
FullscreenUI: Redo landing page and add help bar
This commit is contained in:
@ -696,8 +696,7 @@ void EmuThread::stopFullscreenUI()
|
||||
return;
|
||||
}
|
||||
|
||||
if (System::IsValid())
|
||||
shutdownSystem();
|
||||
setFullscreen(false, true);
|
||||
|
||||
if (m_run_fullscreen_ui)
|
||||
{
|
||||
@ -1864,11 +1863,16 @@ void Host::RequestSystemShutdown(bool allow_confirm, bool save_state)
|
||||
Q_ARG(bool, true), Q_ARG(bool, save_state));
|
||||
}
|
||||
|
||||
void Host::RequestExit(bool allow_confirm)
|
||||
void Host::RequestExitApplication(bool allow_confirm)
|
||||
{
|
||||
QMetaObject::invokeMethod(g_main_window, "requestExit", Qt::QueuedConnection, Q_ARG(bool, allow_confirm));
|
||||
}
|
||||
|
||||
void Host::RequestExitBigPicture()
|
||||
{
|
||||
g_emu_thread->stopFullscreenUI();
|
||||
}
|
||||
|
||||
std::optional<WindowInfo> Host::GetTopLevelWindowInfo()
|
||||
{
|
||||
std::optional<WindowInfo> ret;
|
||||
|
Reference in New Issue
Block a user