Moved image uploader confirmation setting to external tools page (#2923)
This commit is contained in:
@@ -121,6 +121,9 @@ ExternalToolsPage::ExternalToolsPage()
|
|||||||
|
|
||||||
groupLayout->addRow(this->createCheckBox(
|
groupLayout->addRow(this->createCheckBox(
|
||||||
"Enable image uploader", getSettings()->imageUploaderEnabled));
|
"Enable image uploader", getSettings()->imageUploaderEnabled));
|
||||||
|
groupLayout->addRow(
|
||||||
|
this->createCheckBox("Ask for confirmation when uploading an image",
|
||||||
|
getSettings()->askOnImageUpload));
|
||||||
|
|
||||||
groupLayout->addRow(
|
groupLayout->addRow(
|
||||||
"Request URL: ",
|
"Request URL: ",
|
||||||
|
|||||||
@@ -672,8 +672,6 @@ void GeneralPage::initLayout(GeneralPageView &layout)
|
|||||||
},
|
},
|
||||||
false);
|
false);
|
||||||
layout.addCheckbox("Combine multiple bit tips into one", s.stackBits);
|
layout.addCheckbox("Combine multiple bit tips into one", s.stackBits);
|
||||||
layout.addCheckbox("Ask for confirmation when uploading an image",
|
|
||||||
s.askOnImageUpload);
|
|
||||||
layout.addCheckbox("Messages in /mentions highlights tab",
|
layout.addCheckbox("Messages in /mentions highlights tab",
|
||||||
s.highlightMentions);
|
s.highlightMentions);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user