From 7f87cb36878225bf4dcdb945c911cdac7432e460 Mon Sep 17 00:00:00 2001 From: yggverse Date: Tue, 17 Sep 2024 05:08:02 +0300 Subject: [PATCH] add comment --- src/app/browser/main/tab/label.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/browser/main/tab/label.cpp b/src/app/browser/main/tab/label.cpp index fe6c6b27..f881ce99 100644 --- a/src/app/browser/main/tab/label.cpp +++ b/src/app/browser/main/tab/label.cpp @@ -75,7 +75,7 @@ Label::Label( EVENT__BUTTON_MIDDLE->signal_pressed().connect( [this](int n, double x, double y) { - if (!is_pinned) + if (!is_pinned) // @TODO match current tab condition { action__tab_close->activate(); }