mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-20 19:57:45 +00:00
Remove unused .Net 5 Dalamud channel, translate those strings
This commit is contained in:
parent
d644e2dbc4
commit
63ce43eac2
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ FormCard.FormCardPage {
|
||||||
id: dalamudChannelDelegate
|
id: dalamudChannelDelegate
|
||||||
|
|
||||||
text: i18n("Update Channel")
|
text: i18n("Update Channel")
|
||||||
model: ["Stable", "Staging", ".NET 5"]
|
model: [i18n("Stable"), i18n("Staging")]
|
||||||
currentIndex: page.profile.dalamudChannel
|
currentIndex: page.profile.dalamudChannel
|
||||||
onCurrentIndexChanged: page.profile.dalamudChannel = currentIndex
|
onCurrentIndexChanged: page.profile.dalamudChannel = currentIndex
|
||||||
enabled: page.profile.dalamudEnabled
|
enabled: page.profile.dalamudEnabled
|
||||||
|
|
Loading…
Add table
Reference in a new issue