diff --git a/src/app/dialogs/app/pages.cpp b/src/app/dialogs/app/pages.cpp index 8bfa9c010..9d2fdef4c 100644 --- a/src/app/dialogs/app/pages.cpp +++ b/src/app/dialogs/app/pages.cpp @@ -407,7 +407,7 @@ void CommunityPage::add_checkbox(QCheckBox** thebox, QFormLayout *layout, bool c { QLabel *labelbox = new QLabel(label); (*thebox)= new QCheckBox; - (*thebox)->setChecked(checked ); + (*thebox)->setChecked(checked); layout->addRow(labelbox, *thebox); } diff --git a/src/app/share/resources/icon/community_config.png b/src/app/share/resources/icon/community_config.png index fffe949eb..cde5b3931 100644 Binary files a/src/app/share/resources/icon/community_config.png and b/src/app/share/resources/icon/community_config.png differ