1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-11-27 22:38:09 +02:00

Cleanup: move UpdateWindowTitle to platform-specific source files

No need to do a runtime check if we already have the platform-specific files.
This commit is contained in:
Stefan Haller
2025-08-08 20:12:05 +02:00
parent 77a9207f9e
commit e5acbed848
3 changed files with 19 additions and 13 deletions

View File

@@ -34,3 +34,7 @@ func getUserShell() string {
return "bash"
}
func (c *OSCommand) UpdateWindowTitle() error {
return nil
}