This commit is contained in:
John 2026-09-02 11:30:00 +02:00 committed by GitHub
commit 0ed058034d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1149,7 +1149,7 @@ func (gui *Gui) loadNewRepo() error {
refresh(options)
if err := gui.os.UpdateWindowTitle(); err != nil {
return err
gui.c.Log.Warnf("Failed to update window title: %v", err)
}
return nil