fix - no flameshot icon in the taskbar for 'Latest uploads' and 'Open launcher' widgets
(cherry picked from commit c662e3e765df31798dd62f8b9a26cddf1a0aa8af)
This commit is contained in:
committed by
borgmanJeremy
parent
c93c91e09f
commit
2fb3f90afc
@@ -20,6 +20,7 @@
|
||||
HistoryWidget::HistoryWidget(QWidget* parent)
|
||||
: QDialog(parent)
|
||||
{
|
||||
setWindowIcon(QIcon(":img/app/flameshot.svg"));
|
||||
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
|
||||
setWindowTitle(tr("Latest Uploads"));
|
||||
setFixedSize(800, this->height());
|
||||
|
||||
Reference in New Issue
Block a user