Skip to content

Commit

Permalink
fix: vkBasalt, gamescope and MangoHud versions
Browse files Browse the repository at this point in the history
  • Loading branch information
koplo199 committed Oct 1, 2023
1 parent af3a7cc commit 6edc54d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bottles/frontend/views/bottle_preferences.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,9 @@ def __init__(self, details, config, **kwargs):
_not_available = _("This feature is unavailable on your system.")
_flatpak_not_available = _("{} To add this feature, please run flatpak install").format(_not_available)
_flatpak_pkg_name = {
"gamescope": "org.freedesktop.Platform.VulkanLayer.gamescope",
"vkbasalt": "org.freedesktop.Platform.VulkanLayer.vkBasalt//22.08",
"mangohud": "org.freedesktop.Platform.VulkanLayer.MangoHud//22.08",
"gamescope": "org.freedesktop.Platform.VulkanLayer.gamescope//23.08",
"vkbasalt": "org.freedesktop.Platform.VulkanLayer.vkBasalt//23.08",
"mangohud": "org.freedesktop.Platform.VulkanLayer.MangoHud//23.08",
"obsvkc": "com.obsproject.Studio.Plugin.OBSVkCapture"
}

Expand Down

0 comments on commit 6edc54d

Please sign in to comment.