Merge branch 'flameshot-org-master' into merge-from-upstream
# Conflicts: # .github/workflows/Linux-pack.yml # CMakeLists.txt # appveyor.yml # data/graphics.qrc # src/tools/imgur/imguruploader.cpp
This commit is contained in:
@@ -39,7 +39,7 @@ ConfigWindow::ConfigWindow(QWidget* parent)
|
||||
setAttribute(Qt::WA_DeleteOnClose);
|
||||
const int size = GlobalValues::buttonBaseSize() * 12;
|
||||
setMinimumSize(size, size);
|
||||
setWindowIcon(QIcon(":img/app/org.flameshot.Flameshot.svg"));
|
||||
setWindowIcon(QIcon(":img/app/flameshot.svg"));
|
||||
setWindowTitle(tr("Configuration"));
|
||||
|
||||
auto changedSlot = [this](QString s) {
|
||||
|
||||
Reference in New Issue
Block a user