1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-20 11:47:46 +00:00

Only enable configure gamescope button if it's enabled

This commit is contained in:
Joshua Goins 2024-03-19 18:47:53 -04:00
parent 67e482141d
commit 171483d2c9

View file

@ -143,6 +143,7 @@ FormCard.FormCardPage {
FormCard.FormButtonDelegate {
text: i18n("Configure Gamescope...")
icon.name: "configure"
enabled: page.profile.gamescopeEnabled
Kirigami.PromptDialog {
id: gamescopeSettingsDialog
title: i18n("Configure Gamescope")