mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-25 23:21:45 +03:00
console: Use VM title as window title
This commit is contained in:
parent
e4e4c8c6f7
commit
1a8c6ba645
@ -215,7 +215,7 @@ class vmmConsolePages(vmmGObjectUI):
|
||||
#################
|
||||
|
||||
def _change_title(self, ignore1=None):
|
||||
title = self.vm.get_name() + " " + _("Virtual Machine")
|
||||
title = self.vm.get_name_or_title() + " " + _("Virtual Machine")
|
||||
|
||||
if self._pointer_is_grabbed and self._viewer:
|
||||
keystr = self._viewer.console_get_grab_keys()
|
||||
|
Loading…
Reference in New Issue
Block a user