-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Differentiate the main UTM window title from VM windows #3099
Comments
I think it's better to keep the title of the main window as UTM instead of the selected VM's name. |
I've gotten this to work by removing the There needs to be a way to keep the window title from changing while still showing the name of the selected VM. Alternatively, the details screen could be redesigned to show the name on macOS. @osy what to you think? |
Fixes utmapp#3099 by setting isExcludedFromWindowsMenu, then adding a custom 'UTM' menu item that brings the main UTM window front
Fixed with #3125 |
After clicking Play to run a VM on macOS, the main UTM window and the VM's window have the same title:
This is confusing when trying to switch between them using the menu bar item "Window".
The VM and main windows should each gain additional text to indicate which one is which. For example, the VM window could indicate the state of the VM ("Windows 10 installed – running").
The text was updated successfully, but these errors were encountered: