mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
add missed line separator
This commit is contained in:
parent
27a8f71b27
commit
84cc4899d7
1 changed files with 2 additions and 1 deletions
|
|
@ -15,7 +15,8 @@ class App
|
||||||
public \GtkHeaderBar $header;
|
public \GtkHeaderBar $header;
|
||||||
public \GtkNotebook $tabs;
|
public \GtkNotebook $tabs;
|
||||||
|
|
||||||
public function __construct() {
|
public function __construct()
|
||||||
|
{
|
||||||
// Init config
|
// Init config
|
||||||
$this->config = new \Yggverse\Yoda\Model\Config;
|
$this->config = new \Yggverse\Yoda\Model\Config;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue