We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e236a1 commit 2079ae4Copy full SHA for 2079ae4
src/Cru/CruBar.cxx
@@ -562,7 +562,7 @@ void CruBar::configure(bool force)
562
if (linkPrevState != link || force) {
563
// link mismatch
564
// -> toggle enabled status
565
- if (link.enabled != linkPrevState.enabled || force) {
+ if (link.enabled != linkPrevState.enabled) {
566
// toggle enable/disable
567
if (linkPrevState.enabled) {
568
datapathWrapper.setLinkDisabled(link);
0 commit comments