Skip to content

Commit

Permalink
fix: Win11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Oct 14, 2024
1 parent 6ac4156 commit bcbcf8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bottles/frontend/views/bottle_preferences.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@ def set_config(self, config: BottleConfig):
# versions in the current structure, we will fix this in the future
# with the new Bottles Backend.
self.windows_versions = {
"win11": "Windows 11",
"win10": "Windows 10",
"win81": "Windows 8.1",
"win8": "Windows 8",
Expand Down

0 comments on commit bcbcf8f

Please sign in to comment.