From 8794708af9cd64f7ae8ae44cf2470d10679caecc Mon Sep 17 00:00:00 2001 From: yggverse Date: Tue, 17 Sep 2024 05:15:52 +0300 Subject: [PATCH] update pin indicator --- 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 f881ce99..680b9077 100644 --- a/src/app/browser/main/tab/label.cpp +++ b/src/app/browser/main/tab/label.cpp @@ -161,7 +161,7 @@ void Label::pin( ); set_text( - "★" // @TODO GTK icon + "•" // @TODO GTK icon ); }