mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
parent
50e8bb071f
commit
ae511eaa6c
|
@ -234,7 +234,9 @@ void MainMenu::editFind()
|
|||
|
||||
void MainMenu::showStatusBar()
|
||||
{
|
||||
callSlot("showStatusBar");
|
||||
if (m_window) {
|
||||
m_window->toggleShowStatusBar();
|
||||
}
|
||||
}
|
||||
|
||||
void MainMenu::stop()
|
||||
|
@ -284,7 +286,9 @@ void MainMenu::showPageSource()
|
|||
|
||||
void MainMenu::showFullScreen()
|
||||
{
|
||||
callSlot("toggleFullScreen");
|
||||
if (m_window) {
|
||||
m_window->toggleFullScreen();
|
||||
}
|
||||
}
|
||||
|
||||
void MainMenu::webSearch()
|
||||
|
|
Loading…
Reference in New Issue
Block a user