refactor: controla constelações por script de atalho
This commit is contained in:
parent
740c9b836b
commit
bfb8f31952
5 changed files with 26 additions and 12 deletions
|
|
@ -9,7 +9,6 @@ ColumnLayout {
|
|||
property alias cfg_ShowSkeleton: skeletonCheck.checked
|
||||
property alias cfg_BaladaMode: baladaCheck.checked
|
||||
property alias cfg_ChuvaMode: chuvaCheck.checked
|
||||
property alias cfg_ShowConstellations: constellationsCheck.checked
|
||||
property double cfg_Latitude
|
||||
property double cfg_Longitude
|
||||
|
||||
|
|
@ -38,12 +37,6 @@ ColumnLayout {
|
|||
onCheckedChanged: if (checked) baladaCheck.checked = false
|
||||
}
|
||||
|
||||
CheckBox {
|
||||
id: constellationsCheck
|
||||
Kirigami.FormData.label: i18n("Constelações:")
|
||||
text: i18n("Ligar estrelas e mostrar os nomes")
|
||||
}
|
||||
|
||||
Kirigami.Separator { Kirigami.FormData.isSection: true }
|
||||
|
||||
// Observador do céu realista (aceita vírgula ou ponto decimal)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue