Skip to content

Commit

Permalink
Fix missing app window title
Browse files Browse the repository at this point in the history
  • Loading branch information
avojak committed Mar 27, 2022
1 parent 80960c5 commit 3c387cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MainWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public class Iridium.MainWindow : Hdy.Window {

public MainWindow (Iridium.Application application) {
Object (
title: Constants.APP_NAME,
application: application,
app: application,
border_width: 0,
Expand Down

0 comments on commit 3c387cc

Please sign in to comment.