mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
fixed wrong window title
This commit is contained in:
parent
79b828511b
commit
cfe6733636
@ -1810,6 +1810,7 @@ class MainWindow(Gtk.ApplicationWindow):
|
||||
app.send_notification(None, notify)
|
||||
self.songid_playing=songid
|
||||
except:
|
||||
self.songid_playing=None
|
||||
self.set_title("mpdevil")
|
||||
else:
|
||||
self.set_title("mpdevil (not connected)")
|
||||
|
Loading…
Reference in New Issue
Block a user