mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-23 01:39:17 +01:00
Disable custom theme for debug list view
Apparently, it affects performance quite a bit
This commit is contained in:
parent
6468936ad3
commit
b7b674d4e3
@ -101,7 +101,7 @@ namespace DS4Windows
|
||||
Global.SetCulture(UseLang);
|
||||
|
||||
InitializeComponent();
|
||||
ThemeUtil.SetTheme(lvDebug);
|
||||
//ThemeUtil.SetTheme(lvDebug);
|
||||
|
||||
bnEditC1.Tag = 0;
|
||||
bnEditC2.Tag = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user