Fix flameshot not exiting when it should (#2223)
* Remove unused methods from Controller Signed-off-by: Haris Gušić <harisgusic.dev@gmail.com> * Fix flameshot exit bug Signed-off-by: Haris Gušić <harisgusic.dev@gmail.com> * Remove unnecessary code Signed-off-by: Haris Gušić <harisgusic.dev@gmail.com> * Some more refactoring Signed-off-by: Haris Gušić <harisgusic.dev@gmail.com>
This commit is contained in:
@@ -84,6 +84,7 @@ CaptureWidget::CaptureWidget(const CaptureRequest& req,
|
||||
this,
|
||||
&CaptureWidget::childLeave);
|
||||
setAttribute(Qt::WA_DeleteOnClose);
|
||||
setAttribute(Qt::WA_QuitOnClose, false);
|
||||
m_opacity = m_config.contrastOpacity();
|
||||
m_uiColor = m_config.uiColor();
|
||||
m_contrastUiColor = m_config.contrastUiColor();
|
||||
|
||||
Reference in New Issue
Block a user