Skip to content

Commit 9310f17

Browse files
tsic404deepin-bot[bot]
authored andcommitted
fix: No response caused by DBus
Asynchronous calls and cached dbus call results log: as title
1 parent ab3b997 commit 9310f17

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

applets/dde-appearance/appearanceapplet.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ void AppearanceApplet::initDBusProxy()
5757
m_interface.reset();
5858
return;
5959
}
60+
61+
m_interface->setSync(false);
62+
m_interface->setUseCache(true);
6063
QObject::connect(m_interface.data(), &org::deepin::dde::Appearance1::OpacityChanged, this, &AppearanceApplet::opacityChanged);
6164
}
6265

0 commit comments

Comments
 (0)