v2.0.0-beta.44

This commit is contained in:
Lea Anthony
2022-08-20 09:58:18 +10:00
parent ff52d4d5f0
commit 58d3ffd241
88 changed files with 190 additions and 83 deletions
+2 -2
View File
@@ -702,14 +702,14 @@ func main() {
The "About" menu item will appear in the app menu:
<div class="text--center">
<img src="/img/reference/about-menu.png" style={{"box-shadow": "rgb(255 255 255 / 20%) 0px 4px 8px 0px, rgb(104 104 104) 0px 6px 20px 0px"}}/>
<img src="/img/reference/about-menu.png" class="screenshot"/>
</div>
<br/>
When clicked, that will open an about message box:
<div class="text--center">
<img src="/img/reference/about-dialog.png" width="40%" style={{"box-shadow": "rgb(255 255 255 / 20%) 0px 4px 8px 0px, rgb(104 104 104) 0px 6px 20px 0px"}}/>
<img src="/img/reference/about-dialog.png" width="40%" class="screenshot"/>
</div>
<br/>