Show new tab

This commit is contained in:
oupson 2023-02-27 07:50:08 +01:00
parent 04003ff5b5
commit 765cbb36ec
Signed by: oupson
GPG Key ID: 3BD88615552EFCB7
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ namespace Footerm {
action.activate.connect (() => { action.activate.connect (() => {
var a = view.append (new Footerm.Pane()); var a = view.append (new Footerm.Pane());
a.set_title ("New Pane"); a.set_title ("New Pane");
view.set_selected_page (a);
}); });
this.add_action (action); this.add_action (action);
var a = view.append (new Footerm.Pane()); var a = view.append (new Footerm.Pane());