fruitriin / taskbar

aim to make taskbar for use mac
13 stars 2 forks source link

feat: add filter checkboxes for debug #4

Closed youknowcast closed 1 year ago

youknowcast commented 1 year ago

Purpose

Add checkboxes to filter some windows(e.g. hidden in real screen or taskbar itself or else). It maybe be helpful debugging what windows is shown on screen or other isnot.

Check me

filteredWindows is used for debug table and also real buttons for activeWindow. My implementation is changed tables and real buttons. Is this behavior ok? I think it should be devided as filteredWindows for debug table and activatableWindows for real buttons.

fruitriin commented 1 year ago

nice work! I fixed some and merged