get rid of the leftbox

This commit is contained in:
piotr
2021-05-22 01:11:01 +02:00
parent 6da29909d0
commit d26a35e2e8
4 changed files with 2 additions and 376 deletions

View File

@@ -525,10 +525,6 @@ func pinItem(itemID string) {
pinned = append(pinned, itemID)
savePinned()
println(itemID, "pinned")
row := setUpPinnedListBoxRow(itemID)
pinnedListBox.Add(row)
pinnedListBox.ShowAll()
}
func unpinItem(itemID string) {