Skip to content

Commit

Permalink
Try original app id
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremypw committed Nov 24, 2024
1 parent fc5260b commit e17574c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/tests/Application.vala
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ namespace Terminal.Test.Application {
application.quit ();
application = null;
}
application = new Terminal.Application (true) {
application_id = "io.elementary.terminal.tests.application"
};
// application = new Terminal.Application (true) {
// application_id = "io.elementary.terminal.tests.application"
// };
application = new Terminal.Application (true);

application.shutdown.connect (() => {
application.close ();
Expand Down

0 comments on commit e17574c

Please sign in to comment.