D18918: Make the text of "View Settings" action more specific
Michail Vourlakos
noreply at phabricator.kde.org
Tue Feb 12 16:47:41 GMT 2019
mvourlakos added inline comments.
INLINE COMMENTS
> menu.cpp:92
> + connect(this->containment(), &Plasma::Containment::userConfiguringChanged, this, [&](bool configuring){
> + m_configureAction->setVisible(!configuring);
> + });
in this slot is also needed:
m_configureAction->setEnabled(true);
there are cases that the Dock Settings is shown when !configuring but it is not enabled
REPOSITORY
R878 Latte Dock
REVISION DETAIL
https://phabricator.kde.org/D18918
To: trmdi, mvourlakos
Cc: plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20190212/d4bbaf82/attachment.html>
More information about the Plasma-devel
mailing list