Skip to content

Commit

Permalink
disable old patcher
Browse files Browse the repository at this point in the history
  • Loading branch information
moonshadow565 committed May 1, 2024
1 parent ca75917 commit e83b037
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/qml/CSLOLDialogSettings.qml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Dialog {
property alias enableSystray: enableSystrayCheck.checked
property alias enableAutoRun: enableAutoRunCheck.checked
property alias updateUrls: updateUrlsTextArea.text
property alias oldPatcher: oldPatcherCheck.checked
property bool oldPatcher: false

property var colors_LIST: [
"Red",
Expand Down Expand Up @@ -116,12 +116,6 @@ Dialog {
checked: false
Layout.fillWidth: true
}
Switch {
id: oldPatcherCheck
text: qsTr("Old patcher(does NOT work with Vanguard)")
checked: false
Layout.fillWidth: true
}
}

ColumnLayout {
Expand Down

0 comments on commit e83b037

Please sign in to comment.