Skip to content

Commit

Permalink
ChatSettingsPage: Removed obsolete setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Dax89 committed Nov 28, 2016
1 parent adbdac8 commit e7781c0
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions harbour-sailorgram/qml/pages/settings/ChatSettingsPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Dialog
context.sendwithreturn = tssendwithreturn.checked;
context.chatheaderhidden = !tsshowchatheader.checked;
context.defaultemojiset = tsdefaultemojiset.checked;
context.immediateopen = tsimmediateopen.checked;
context.autoloadimages = tsautoloadimages.checked;
context.bubbleshidden = !tsbubblesvisible.checked;
context.angledbubbles = tsangledbubbles.checked;
Expand All @@ -23,7 +22,6 @@ Dialog
Settings.set("sendwithreturn", tssendwithreturn.checked);
Settings.set("chatheaderhidden", !tsshowchatheader.checked);
Settings.set("defaultemojiset", tsdefaultemojiset.checked);
Settings.set("immediateopen", tsimmediateopen.checked);
Settings.set("autoloadimages", tsautoloadimages.checked);
Settings.set("hidebubbles", !tsbubblesvisible.checked);
Settings.set("angledbubbles", tsangledbubbles.checked);
Expand Down Expand Up @@ -59,14 +57,6 @@ Dialog
checked: context.defaultemojiset
}

TextSwitch
{
id: tsimmediateopen
anchors { left: parent.left; right: parent.right; leftMargin: Theme.paddingSmall; rightMargin: Theme.paddingSmall }
text: qsTr("Open media without waiting")
checked: context.immediateopen
}

TextSwitch
{
id: tsautoloadimages
Expand Down

0 comments on commit e7781c0

Please sign in to comment.