Skip to content

Commit f829412

Browse files
vkconfig: Fix system tray
Change-Id: Id7748746694c5def778a06070f885a3db5df0c83
1 parent 194bcd7 commit f829412

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

vkconfig_gui/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
[Vulkan SDK 1.4.350.0](https://github.com/LunarG/VulkanTools/tree/vulkan-sdk-1.4.350)
33

44
### Features:
5-
- Add selecting Vulkan Layers configuration from system tray
6-
- Add selecting Vullan physical device from system tray
5+
- Add enabling Vulkan Layers configuration from system tray
6+
- Selection of the layers configuration on Windows
7+
- Add enabling Vullan physical device from system tray
8+
- Selection of the physical device on Windows
79
- Add enabling Vulkan Loader log from system tray
810
- Add Vulkan Drivers override mode for no physical device
911

vkconfig_gui/mainwindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ void MainWindow::UpdateUI_Status() {
151151
QWidgetAction *action = new QWidgetAction(menu);
152152
action->setDefaultWidget(widget);
153153
action->setEnabled(enabled_layers);
154-
if (VKC_PLATFORM != PLATFORM_LINUX) {
154+
if (VKC_ENV == VKC_ENV_WIN32) {
155155
menu->addAction(action);
156156
}
157157
}

0 commit comments

Comments
 (0)