We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0eea95 commit e927734Copy full SHA for e927734
1 file changed
gui/notes.lua
@@ -335,7 +335,7 @@ function NotesScreen:onRenderFrame(dc, rect)
335
end
336
337
function NotesScreen:onAboutToShow()
338
- if overlay.isOverlayEnabled(OVERLAY_NAME) then
+ if not overlay.isOverlayEnabled(OVERLAY_NAME) then
339
self.should_disable_overlay = true
340
overlay.overlay_command({'enable', 'notes.map_notes'})
341
0 commit comments