TextViewer: Flag as a modal (#7255)

It's used that way in a few contexts (e.g., View HTML).

Fix #7249
pull/7258/head
NiLuJe 3 years ago committed by GitHub
parent 5c9e649804
commit 9e862e1126
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -33,6 +33,7 @@ local _ = require("gettext")
local Screen = Device.screen
local TextViewer = InputContainer:new{
modal = true,
title = nil,
text = nil,
width = nil,

Loading…
Cancel
Save