mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 17:33:05 +00:00
fixed(bug3765):screen keyboard default display
This commit is contained in:
parent
68f4c4b0f0
commit
6b3c871ee0
@ -78,7 +78,7 @@ void OnboardPlugin::pluginStateSwitched()
|
|||||||
|
|
||||||
bool OnboardPlugin::pluginIsDisable()
|
bool OnboardPlugin::pluginIsDisable()
|
||||||
{
|
{
|
||||||
return !m_proxyInter->getValue(this, PLUGIN_STATE_KEY, false).toBool();
|
return !(m_proxyInter->getValue(this, PLUGIN_STATE_KEY, true).toBool());
|
||||||
}
|
}
|
||||||
|
|
||||||
const QString OnboardPlugin::itemCommand(const QString &itemKey)
|
const QString OnboardPlugin::itemCommand(const QString &itemKey)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user