Skip to content

Commit bd967c0

Browse files
authored
revert accidental removal of window title introduced by flameshot-org#3766 (flameshot-org#4076)
1 parent af0b60a commit bd967c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/pin/pinwidget.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ PinWidget::PinWidget(const QPixmap& pixmap,
4040
setFocusPolicy(Qt::StrongFocus);
4141
setAttribute(Qt::WA_TranslucentBackground);
4242
setAttribute(Qt::WA_DeleteOnClose);
43+
setWindowTitle("flameshot-pin");
4344
ConfigHandler conf;
4445
m_baseColor = conf.uiColor();
4546
m_hoverColor = conf.contrastUiColor();

0 commit comments

Comments
 (0)