disabled theme color option
This commit is contained in:
@@ -30,6 +30,10 @@ int main(int argc, char *argv[])
|
|||||||
|
|
||||||
// TODO: can be any argument
|
// TODO: can be any argument
|
||||||
if (args.size() > 0 && args[0].startsWith("chrome-extension://")) {
|
if (args.size() > 0 && args[0].startsWith("chrome-extension://")) {
|
||||||
|
chatterino::Application::instantiate(argc, argv);
|
||||||
|
auto app = chatterino::getApp();
|
||||||
|
app->construct();
|
||||||
|
|
||||||
chatterino::Application::runNativeMessagingHost();
|
chatterino::Application::runNativeMessagingHost();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ AppearancePage::AppearancePage()
|
|||||||
|
|
||||||
// clang-format off
|
// clang-format off
|
||||||
form->addRow("Theme:", this->createComboBox({THEME_ITEMS}, app->themes->themeName));
|
form->addRow("Theme:", this->createComboBox({THEME_ITEMS}, app->themes->themeName));
|
||||||
form->addRow("Theme color:", this->createThemeColorChanger());
|
// form->addRow("Theme color:", this->createThemeColorChanger());
|
||||||
form->addRow("Font:", this->createFontChanger());
|
form->addRow("Font:", this->createFontChanger());
|
||||||
|
|
||||||
form->addRow("Tabs:", this->createCheckBox(TAB_X, app->settings->showTabCloseButton));
|
form->addRow("Tabs:", this->createCheckBox(TAB_X, app->settings->showTabCloseButton));
|
||||||
|
|||||||
Reference in New Issue
Block a user