Skip to content

Commit ca58af3

Browse files
authored
Always show close nutton on splash screen widget (#962)
1 parent dd13873 commit ca58af3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ManiVault/src/widgets/SplashScreenWidget.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ void SplashScreenWidget::createToolbar()
234234
const auto fixedSize = 25;
235235

236236
_closeToolButton.setFixedSize(fixedSize, fixedSize);
237-
_closeToolButton.setVisible(_splashScreenAction.getMayCloseSplashScreenWidget());
237+
//_closeToolButton.setVisible(_splashScreenAction.getMayCloseSplashScreenWidget());
238238
_closeToolButton.setIcon(StyledIcon("xmark"));
239239
_closeToolButton.setToolButtonStyle(Qt::ToolButtonStyle::ToolButtonIconOnly);
240240
_closeToolButton.setAutoRaise(true);

0 commit comments

Comments
 (0)