mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2025-03-04 14:47:18 +00:00
remove unused settings
This commit is contained in:
parent
4566139c75
commit
d12fed3e7f
1 changed files with 0 additions and 26 deletions
|
@ -221,32 +221,6 @@ ScrollView {
|
|||
prefs.multiController = checked
|
||||
}
|
||||
}
|
||||
CheckBox {
|
||||
id: mouseEmulationCheck
|
||||
text: "<font color=\"white\">UNUSED</font>"
|
||||
font.pointSize: 12
|
||||
// TODO: make this actually do anything
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
GroupBox {
|
||||
id: onScreenControlsGroupBox
|
||||
width: (parent.width - 20)
|
||||
padding: 12
|
||||
title: "<font color=\"skyblue\">UNUSED</font>"
|
||||
font.pointSize: 12
|
||||
|
||||
Column {
|
||||
anchors.fill: parent
|
||||
spacing: 5
|
||||
|
||||
CheckBox {
|
||||
id: onScreenControlsCheck
|
||||
text: "<font color=\"white\">UNUSED</font>"
|
||||
font.pointSize: 12
|
||||
// TODO: make this actually do anything
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue