Logo
Explore Help
Sign In
dlprows/FocusVolumeControlPlugin
1
0
Fork 0
You've already forked FocusVolumeControlPlugin
Code Issues Pull Requests Packages Projects Releases 1 Wiki Activity
Files
07ddd3bf8917ad68caf70cc643dce68080bcfde9
FocusVolumeControlPlugin/src/FocusVolumeControl/UI/ValueWithOpacity.cs

14 lines
240 B
C#
Raw Normal View History

Rewrite how picking a matching audio session works rewrite the UI layer to make it only send updates to the stream deck if needed
2023-08-06 21:51:04 -06:00
using Newtonsoft.Json;
Add settings for fallback behavior update action icon with padding
2023-08-20 20:52:48 -06:00
namespace FocusVolumeControl.UI;
internal class ValueWithOpacity<T>
Rewrite how picking a matching audio session works rewrite the UI layer to make it only send updates to the stream deck if needed
2023-08-06 21:51:04 -06:00
{
Add settings for fallback behavior update action icon with padding
2023-08-20 20:52:48 -06:00
[JsonProperty("value")]
public required T Value { get; init; }
Rewrite how picking a matching audio session works rewrite the UI layer to make it only send updates to the stream deck if needed
2023-08-06 21:51:04 -06:00
Add settings for fallback behavior update action icon with padding
2023-08-20 20:52:48 -06:00
[JsonProperty("opacity")]
public required float Opacity { get; init; }
Rewrite how picking a matching audio session works rewrite the UI layer to make it only send updates to the stream deck if needed
2023-08-06 21:51:04 -06:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.2 Page: 139ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API