diff --git a/components/SODPlayer-video.lua b/components/SODPlayer-video.lua index e4fbf28..9dec100 100644 --- a/components/SODPlayer-video.lua +++ b/components/SODPlayer-video.lua @@ -119,6 +119,7 @@ pipeline.bus:add_watch(GLib.PRIORITY_DEFAULT, bus_callback) function ui.btn_stop:on_clicked() stop_media() + ui.main_window.title = 'SODPlayer' end function ui.media_slider:on_value_changed(id)