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

Loading…
Cancel
Save