modifying the drawer menus

Marco Martin notmart at gmail.com
Wed Jan 6 22:57:24 UTC 2016


On Wednesday 06 January 2016, Dirk Hohndel wrote:
> If I write this as
> 
> property list<Action> viewActions: [
> 	Action { }, Action { }
> 	]
> property list<Action> editActions: [
> 	Action { }, Action { }
> 	]
> 
> it doesn't fail on syntax, but doesn't work. It always shows the
> viewActions as context menu (as "view" is the initial state).

yeah, could reproduce.

I've now pushed on master a change that makes this code work
the change, if you want to just change the relevant thing, is in "Page.qml"


-- 
Marco Martin


More information about the Plasma-devel mailing list