mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 09:23:03 +00:00
add debug print
Change-Id: Ie26a12588f26244a5b31d4079989a7302e3f4d0e
This commit is contained in:
parent
fb29c69923
commit
319099dec5
@ -186,6 +186,8 @@ void DockSettings::menuActionClicked(DAction *action)
|
||||
{
|
||||
Q_ASSERT(action);
|
||||
|
||||
qDebug() << "settings triggered: " << action->text();
|
||||
|
||||
if (action == &m_fashionModeAct)
|
||||
return m_dockInter->setDisplayMode(Fashion);
|
||||
if (action == &m_efficientModeAct)
|
||||
|
@ -338,7 +338,7 @@ void MainWindow::resetPanelEnvironment()
|
||||
void MainWindow::updatePanelVisible()
|
||||
{
|
||||
if (m_settings->hideMode() == KeepShowing)
|
||||
return;
|
||||
return expand();
|
||||
|
||||
const Dock::HideState state = m_settings->hideState();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user