attach hotkeys widget to all viewscreens

and introduce new snazzy logo
develop
Myk Taylor 2023-01-01 17:21:35 -08:00
parent 09e240b412
commit 2119d4fb2a
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

@ -13,13 +13,13 @@ HotspotMenuWidget = defclass(HotspotMenuWidget, overlay.OverlayWidget)
HotspotMenuWidget.ATTRS{
default_pos={x=1,y=2},
hotspot=true,
viewscreens={'dwarfmode'},
viewscreens='all',
overlay_onupdate_max_freq_seconds=0,
frame={w=4, h=3}
}
function HotspotMenuWidget:init()
self:addviews{widgets.Label{text={'!!!!', NEWLINE, '!!!!', NEWLINE, '!!!!'}}}
self:addviews{widgets.Label{text={'!DF!', NEWLINE, '!Ha!', NEWLINE, '!ck!'}}}
self.mouseover = false
end