Browse Source

add todo notice

PHP-GTK3
yggverse 4 months ago
parent
commit
cdaf7d85ed
  1. 2
      src/Entity/Window/Tab/History/Content.php

2
src/Entity/Window/Tab/History/Content.php

@ -168,6 +168,7 @@ class Content @@ -168,6 +168,7 @@ class Content
else
{
/* @TODO initiation test
$this->history->navbar->open->gtk->set_sensitive(
false
);
@ -175,6 +176,7 @@ class Content @@ -175,6 +176,7 @@ class Content
$this->history->navbar->delete->gtk->set_sensitive(
false
);
*/
}
}

Loading…
Cancel
Save