mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Pro Art Hotkeys and visual modes support (#2962)
* Init * Update AsusACPI.cs * Visual modes and gamuts * Emoji popup * Emojis Popup * ProArt F12 * Softwar FN-Lock for ProArt * Cleanup * Cleanup
This commit is contained in:
@@ -377,6 +377,11 @@ public static class AppConfig
|
||||
return ContainsModel("Vivobook") || ContainsModel("Zenbook");
|
||||
}
|
||||
|
||||
public static bool IsVivoZenPro()
|
||||
{
|
||||
return ContainsModel("Vivobook") || ContainsModel("Zenbook") || ContainsModel("ProArt");
|
||||
}
|
||||
|
||||
// Devices with bugged bios command to change brightness
|
||||
public static bool SwappedBrightness()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user