refactor: generate_block()

insert area in gui_state in generate_block, don't pass in currently
selected panel, instead get from gui_state itself
This commit is contained in:
Jack Wills
2022-04-30 00:45:06 +00:00
parent 06bb13848f
commit 32705a60c4
3 changed files with 35 additions and 45 deletions
+1 -2
View File
@@ -7,7 +7,7 @@
</p>
<p align="center">
A simple tui to view and control docker containers
A simple tui to view & control docker containers
</p>
<p align="center">
@@ -55,7 +55,6 @@ available command line arguments
requires docker & <a href='https://github.com/cross-rs/cross' target='_blank' rel='noopener noreferrer'>cross-rs</a>
#### 64bit pi (pi 4, pi zero w 2)
```cross build --target aarch64-unknown-linux-gnu --release```