flathub / flathub/io.github.lavenderdotpet.LibreQuake
Don't automatically hide launcher
Open
- Dominant language
- Shell
- Stars
- 0
- Forks
- 3
- Avg merge
- 10d 17h
- Merged PRs (30d)
- 1
Description
Rather than auto-hiding the launcher once an engine is selected, prompt the user to hide it if `$HIDE_LAUNCHER` doesn't exist, e.g.:
```bash
zenity --question \
--title="Launcher Option" \
--text="Do you want to hide the launcher next time?" \
--ok-label="Yes" \
--cancel-label="No"
if [[ $? -eq 0 ]]; then
touch "${HIDE_LAUNCHER}"
fi
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.