Skip to content

Commit

Permalink
Fix Linux Crash
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Jun 4, 2024
1 parent 55ad719 commit 6d3ab79
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions NickvisionTagger.GNOME/Views/MainWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,6 @@ private MainWindow(Gtk.Builder builder, MainWindowController controller, Adw.App
_filenameKeyController.OnKeyPressed += OnFilenameKeyPressed;
_filenameRow.AddController(_filenameKeyController);
_listMusicFiles.OnSelectedRowsChanged += ListMusicFiles_SelectionChanged;
var switchAlbumArtLabel = (Gtk.Label)_switchAlbumArtButtonContent.GetLastChild();
switchAlbumArtLabel.SetWrap(true);
switchAlbumArtLabel.SetJustify(Gtk.Justification.Center);
_artTypeLabel.SetLabel(_currentAlbumArtType == AlbumArtType.Front ? _("Front") : _("Back"));
_filenameRow.OnNotify += (sender, e) =>
{
Expand Down

0 comments on commit 6d3ab79

Please sign in to comment.