Game rename (#236)

This commit is contained in:
Philip Kristoffersen
2022-09-20 19:57:08 +02:00
committed by GitHub
parent c933c84b0c
commit b9ee32cd54
5 changed files with 88 additions and 16 deletions
+6
View File
@@ -30,6 +30,7 @@ There is also an [AUR package](https://aur.archlinux.org/packages/steam-boilr-gu
- [Tips for Linux](#tips-for-linux)
- [Configuration](#configuration)
- [Run as CLI](#run-as-cli)
- [Rename shortcuts](#rename-shortcuts)
- [Contributions](#contributions)
- [How can I help/contribute?](#how-can-i-helpcontribute)
- [I found a bug, what do I do?](#i-found-a-bug-what-do-i-do)
@@ -96,6 +97,11 @@ In previous releases there was both a CLI and UI version of BoilR, now there is
But you can add the commandline argument ``--no-ui`` and then the UI version will act like the old CLI version.
This saves some CO2 from not having to build 2 versions of BoilR for each platform, and it also makes development easier.
### Rename shortcuts
You can rename a shortcut from BoilR by double clicking it from the import list and picking a new name.
If you want to revert back to the original name, just clear the name and click rename.
## Contributions
### How can I help/contribute?