SUMMARY There is no "hamburger menu" in workflow buttons plugin docker. STEPS TO REPRODUCE 1. turn on workflow buttons plugin in krita settings 2. turn on workflow buttons docker 3. in my case there is no "hamburger menu" in the docker OBSERVED RESULT no "hamburger menu" in the docker EXPECTED RESULT there should be "hamburger menu" in the docker Krita Version: 6.0.0-beta2 (git d52d3cf) Installation type: installer SOFTWARE/OS VERSIONS Windows: Windows 11 Qt Version (compiled): 6.8.0
Created attachment 190097 [details] workflow buttons docker
Confirmed (on both Qt6 and Qt5). The settings button is on the bottom toolbar by default; however, this toolbar somehow gets hidden on startup after the docker is initialized. If the settings button position is set to inline instead, by modifying kritarc, it works: > [workflowbuttons] > settingsButtonPosition=1
Indeed, I didn't notice the issue before since I always use the inline mode. I tried to dig a bit but what is making that Toolbar hide on startup is really mysterious. Worst case, if we can't find quickly the root cause, I can refactor it a bit to use a simple button without a toolbar instead (started to try that already, the issue is of course gone, but it needs a bit more work to look good, and may not look 100% like it looked with a toolbar).
Git commit 976f933bd0e97dc25186a59caa01ee0a28115ba7 by Timothée Giet. Committed on 26/02/2026 at 08:43. Pushed by timotheegiet into branch 'master'. Fix workflow_buttons bottom bar menu button not visible on startup M +12 -10 plugins/python/workflow_buttons/workflow_buttons.py https://invent.kde.org/graphics/krita/-/commit/976f933bd0e97dc25186a59caa01ee0a28115ba7
Git commit 692040d9e574a511ffd810cc10ff7e29c123eb46 by Timothée Giet. Committed on 26/02/2026 at 08:45. Pushed by timotheegiet into branch 'krita/6.0'. Fix workflow_buttons bottom bar menu button not visible on startup M +12 -10 plugins/python/workflow_buttons/workflow_buttons.py https://invent.kde.org/graphics/krita/-/commit/692040d9e574a511ffd810cc10ff7e29c123eb46