-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Lines 416 to 426 in 4286b5a
| M.toggle = function() | |
| if state.active then | |
| remove_all_overlays() | |
| print("off") | |
| state.active = false | |
| else | |
| create_tabpage_overlays(0) | |
| print("on") | |
| state.active = true | |
| end | |
| end |
Please remove print("off") and print("on")
Metadata
Metadata
Assignees
Labels
No labels