Skip to content

Commit

Permalink
Remove redundant assignment of viewtitle_label in MainWindow.vala
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Sep 3, 2024
1 parent cf48705 commit 53cf120
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/MainWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ public class Modi.MainWindow : He.ApplicationWindow {
new PictureFile (file).load (this);
main_bar.add_css_class ("scrim");
this.add_css_class ("editor-bg");
main_bar.viewtitle_label = file.get_basename ();

props_button.visible = true;

Expand Down

0 comments on commit 53cf120

Please sign in to comment.