From cdaf7d85ed7a8550042ce8dbd5be0dc0fa390436 Mon Sep 17 00:00:00 2001 From: yggverse Date: Wed, 3 Jul 2024 20:52:48 +0300 Subject: [PATCH] add todo notice --- src/Entity/Window/Tab/History/Content.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Entity/Window/Tab/History/Content.php b/src/Entity/Window/Tab/History/Content.php index 08fd9f12..ed1932fa 100644 --- a/src/Entity/Window/Tab/History/Content.php +++ b/src/Entity/Window/Tab/History/Content.php @@ -168,6 +168,7 @@ class Content else { + /* @TODO initiation test $this->history->navbar->open->gtk->set_sensitive( false ); @@ -175,6 +176,7 @@ class Content $this->history->navbar->delete->gtk->set_sensitive( false ); + */ } }