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:
parent
67e482141d
commit
171483d2c9
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue