Multiple improvements for steamdeck (#99)

Paste the SteamgridDB API key in from clipboard automatically if it looks like a API key. This is nice for steam deck so you don't have to do a right-click paste or worse manually write in the key.
BoilR guesses what game it should find images for based on the game name, but it might be wrong, it is now possible to correct this
No longer show a back button on the user select screen (it did nothing)
Now you can change the images for ALL your shortcuts, not just the BoilR ones.
This commit is contained in:
Philip Kristoffersen
2022-04-26 20:15:25 +02:00
committed by GitHub
parent d2ccef8b9b
commit 365757c5b5
4 changed files with 155 additions and 61 deletions
+2 -1
View File
@@ -26,9 +26,10 @@ image = { version = "0.24.1", features = ["png"] }
toml = { version = "^0.5.8" }
sysinfo = "0.23.10"
sqlite = "0.26.0"
copypasta = "0.7.1"
[target.'cfg(windows)'.dependencies]
winreg = "0.10.1"
[target.'cfg(windows)'.build-dependencies]
winres = "0.1"
winres = "0.1"