docs: new screenshot

This commit is contained in:
Jack Wills
2022-07-22 21:32:53 +00:00
parent 8cdfa2d6be
commit b620f9c001
3 changed files with 3 additions and 3 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 429 KiB

+2 -2
View File
@@ -15,8 +15,8 @@
</p> </p>
<p align="center"> <p align="center">
<a href="https://raw.githubusercontent.com/mrjackwills/oxker/main/.github/screenshot_01.jpg" target='_blank' rel='noopener noreferrer'> <a href="https://raw.githubusercontent.com/mrjackwills/oxker/main/.github/screenshot_02.jpg" target='_blank' rel='noopener noreferrer'>
<img src='./.github/screenshot_01.jpg' width='100%'/> <img src='./.github/screenshot_02.jpg' width='100%'/>
</a> </a>
</p> </p>
+1 -1
View File
@@ -86,7 +86,7 @@ impl AppData {
init: false, init: false,
logs_parsed: false, logs_parsed: false,
show_error: false, show_error: false,
sorted_by: Some((Header::State, SortedOrder::Asc)) sorted_by: None,
} }
} }