mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-21 12:59:41 +00:00
Merge 4a9d726fdb
into 76f8e6438b
This commit is contained in:
commit
b10fc15ddd
|
@ -219,7 +219,8 @@ impl AppState {
|
||||||
let terminal_size = frame.area();
|
let terminal_size = frame.area();
|
||||||
|
|
||||||
if !self.size_bypass
|
if !self.size_bypass
|
||||||
&& (terminal_size.height < MIN_HEIGHT || terminal_size.width < MIN_WIDTH)
|
&& !matches!(self.focus, Focus::FloatingWindow(_))
|
||||||
|
&& (terminal_size.width < MIN_WIDTH || terminal_size.height < MIN_HEIGHT)
|
||||||
{
|
{
|
||||||
let warning = Paragraph::new(format!(
|
let warning = Paragraph::new(format!(
|
||||||
"Terminal size too small:\nWidth = {} Height = {}\n\nMinimum size:\nWidth = {} Height = {}",
|
"Terminal size too small:\nWidth = {} Height = {}\n\nMinimum size:\nWidth = {} Height = {}",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user