chore: remove sound options for now

This commit is contained in:
Pascal Precht 2020-10-15 17:14:15 +02:00 committed by Iuri Matias
parent 7577b3a2e6
commit 78a3ec646c
1 changed files with 25 additions and 25 deletions

View File

@ -138,35 +138,35 @@ ScrollView {
} }
} }
GridLayout { /* GridLayout { */
columns: 4 /* columns: 4 */
width: parent.width /* width: parent.width */
StatusRadioButton { /* StatusRadioButton { */
checked: true /* checked: true */
//% "Sound 1" /* //% "Sound 1" */
text: qsTrId("sound-1") /* text: qsTrId("sound-1") */
ButtonGroup.group: soundSetting /* ButtonGroup.group: soundSetting */
} /* } */
StatusRadioButton { /* StatusRadioButton { */
//% "Sound 2" /* //% "Sound 2" */
text: qsTrId("sound-2") /* text: qsTrId("sound-2") */
ButtonGroup.group: soundSetting /* ButtonGroup.group: soundSetting */
} /* } */
StatusRadioButton { /* StatusRadioButton { */
//% "Sound 3" /* //% "Sound 3" */
text: qsTrId("sound-3") /* text: qsTrId("sound-3") */
ButtonGroup.group: soundSetting /* ButtonGroup.group: soundSetting */
} /* } */
StatusRadioButton { /* StatusRadioButton { */
//% "Sound 4" /* //% "Sound 4" */
text: qsTrId("sound-4") /* text: qsTrId("sound-4") */
ButtonGroup.group: soundSetting /* ButtonGroup.group: soundSetting */
} /* } */
} /* } */
} }
Column { Column {