mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Moved image uploader confirmation setting to external tools page (#2923)
This commit is contained in:
parent
002129009d
commit
c722f085d0
|
@ -121,6 +121,9 @@ ExternalToolsPage::ExternalToolsPage()
|
|||
|
||||
groupLayout->addRow(this->createCheckBox(
|
||||
"Enable image uploader", getSettings()->imageUploaderEnabled));
|
||||
groupLayout->addRow(
|
||||
this->createCheckBox("Ask for confirmation when uploading an image",
|
||||
getSettings()->askOnImageUpload));
|
||||
|
||||
groupLayout->addRow(
|
||||
"Request URL: ",
|
||||
|
|
|
@ -672,8 +672,6 @@ void GeneralPage::initLayout(GeneralPageView &layout)
|
|||
},
|
||||
false);
|
||||
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",
|
||||
s.highlightMentions);
|
||||
|
||||
|
|
Loading…
Reference in a new issue