Hide shared image message after taking a new screenshot In…

Authored by ngraham on Jun 19 2018, 10:33 PM.

Description

Hide shared image message after taking a new screenshot In e9218fddfabd850f0878e03678af91f685c8969d, we made the shared image message persistent so the user never misses the link. Let's also hide it when a new screenshot is taken, so we don't confuse anyone.

Details

Committed
ngrahamJun 19 2018, 10:33 PM
Parents
R166:ddff060f2d76: Do not duplicate work of KAboutData::setupCommandLine()
Branches
Unknown
Tags
Unknown
rkflx added a subscriber: rkflx.Jun 20 2018, 10:03 PM

To clarify for anyone coming here via git blame:

  • e9218fddfabd only provided MessageDuration::Persistent on an infrastructure level
  • 4e9720789e0f was the actual change for shared image URLs
  • The change in this patch will affect every message (and most importantly those with MessageDuration::Persistent), not only shared image URLs

(I guess my comment in D13493#inline-71185, i.e. "is not really specific to shared image links", could have been clearer…)