MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / onFullscreenUIStateChange

Method onFullscreenUIStateChange

pcsx2-qt/MainWindow.cpp:1995–1999  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1993}
1994
1995void MainWindow::onFullscreenUIStateChange(bool running)
1996{
1997 m_ui.actionStartFullscreenUI->setText(running ? tr("Stop Big Picture Mode") : tr("Start Big Picture &Mode"));
1998 m_ui.actionToolbarStartFullscreenUI->setText(running ? tr("Exit Big Picture", "In Toolbar") : tr("Big Picture", "In Toolbar"));
1999}
2000
2001void MainWindow::onViewToolbarActionToggled(bool checked)
2002{

Callers 1

recreateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected