Dropdown menues and image grids (#260)

* Add dropdowns to ui image select

* More "wrong game" text to buttom

* Show a grid when selecting downloaded games

* Update to version 1.7.4
This commit is contained in:
Philip Kristoffersen
2022-10-21 09:24:17 +02:00
committed by GitHub
parent 6286387d72
commit 98318e0288
4 changed files with 246 additions and 167 deletions
+2 -6
View File
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "boilr"
version = "1.7.3"
version = "1.7.4"
[dependencies]
base64 = "^0.13.0"
@@ -67,8 +67,4 @@ winreg = "^0.10.1"
[features]
# This feature is enabled when building for a flatpak environment
flatpak = []
[profile.release]
strip = true # Automatically strip symbols from the binary.
lto = "thin"
flatpak = []