mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-22 12:47:44 +00:00
Disable wine path option when system wine is selected
This commit is contained in:
parent
309ea25e08
commit
c4b58b154a
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ Kirigami.ScrollablePage {
|
||||||
FormFileDelegate {
|
FormFileDelegate {
|
||||||
text: i18n("Wine Path")
|
text: i18n("Wine Path")
|
||||||
file: page.profile.winePath
|
file: page.profile.winePath
|
||||||
enabled: !LauncherCore.isSteam
|
enabled: !LauncherCore.isSteam && page.profile.wineType !== Profile.System
|
||||||
}
|
}
|
||||||
|
|
||||||
MobileForm.FormDelegateSeparator {}
|
MobileForm.FormDelegateSeparator {}
|
||||||
|
|
Loading…
Add table
Reference in a new issue