Disable buttons backing non-implemented functions

This commit is contained in:
Dmitrii Okunev
2024-10-31 00:11:04 +00:00
parent ebd71e92b1
commit 12e051c5b3
18 changed files with 1952 additions and 1657 deletions

View File

@@ -66,10 +66,10 @@ type StreamD interface {
profile streamcontrol.AbstractStreamProfile,
customArgs ...any,
) error
GetBackendData(
GetBackendInfo(
ctx context.Context,
platID streamcontrol.PlatformName,
) (any, error)
) (*BackendInfo, error)
EXPERIMENTAL_ReinitStreamControllers(ctx context.Context) error
GetStreamStatus(
ctx context.Context,