Skip to content

Commit

Permalink
temp force blur in konsole
Browse files Browse the repository at this point in the history
  • Loading branch information
walldmtd committed Sep 5, 2022
1 parent d0241a8 commit 27a0d4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kstyle/lightlystyle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,8 @@ namespace Lightly
if( !_helper->compositingActive() ) break; //TODO: remove alpha
if( widget->windowFlags().testFlag( Qt::FramelessWindowHint ) ) break;

// konsole handle blur and translucency itself
if( _isKonsole ) {_translucentWidgets.insert( widget ); break;}
// temporarily removed since konsole's blur currently causes kornerbug
//if( _isKonsole ) {_translucentWidgets.insert( widget ); break;}

// make window translucent
widget->setAttribute( Qt::WA_TranslucentBackground );
Expand Down

0 comments on commit 27a0d4d

Please sign in to comment.