diff --git a/subtitles_module.go b/subtitles_module.go index fcde5d5..a6add9f 100644 --- a/subtitles_module.go +++ b/subtitles_module.go @@ -537,10 +537,8 @@ func (s *appState) handleSubtitlesModuleDrop(items []fyne.URI) { } } - // Refresh the view to show the loaded files - if s.active == "subtitles" { - s.showSubtitlesView() - } + // Switch to subtitles module to show the loaded files + s.showModule("subtitles") } func (s *appState) loadSubtitleFile(path string) error {