Duplicated window icons on Pinned Notes

Bug report

The window icons are duplicated when there’s a focus on the “Pinned Notes” section. See images below.

Environment

  • Platform: Windows
  • Platform version: Windows 11
  • App Version: v5.9.0

How to reproduce

  1. Go to any section except for “Pinned Notes”, e.g., “All Notes”
  2. Check on the top right corner the window frame has the icons.
  3. Go to the section “Pinned Notes”.
  4. Check on the top right corner the window frame has the minimize, expand and close icons as well as in the Inkdrop window.
  5. Bonus: check the expand icon on the window frame, it’s disabled and can only be accessed when focused on “Pinned Notes”

Hi Alvaro,

Thanks for reporting.
I tried to reproduce it but couldn’t.
I guess you are using a deprecated UI theme, like vibrant-dark-ui?
Does it happen with the default dark UI theme as well?

Hi Takuya,

I’m using the Default Dark theme as the vibrant-dark-ui has been deprecated. Here’s a video as well.

Could you check if:

  1. The body has a window-has-frame class
  2. div.editor-window-bar has display: none via body.platform-win32.window-has-frame .editor-window-bar

something like so?

You can view it from the menu Developer → Toggle Developer Tools

Now thanks to your hints I did one more test which was to pin a note, like you have in the screenshot. I don’t see the duplicated icons, however, it appears when there are no pinned notes.

Here are the two screenshots:

1 Like

Gotcha!! Thanks for the detailed report!
I will fix it in the next version :smiley:

1 Like

Happy to help! :smile:

1 Like

Landed in v5.9.1! Thanks again for reporting

1 Like