fixed up media controller
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using CommunityToolkit.Mvvm.Input;
|
||||
|
||||
namespace Hyperbar.Widget.MediaController.Windows;
|
||||
|
||||
public interface IMediaButtonViewModel :
|
||||
IObservableViewModel
|
||||
{
|
||||
IRelayCommand? InvokeCommand { get; set; }
|
||||
|
||||
bool IsEnabled { get; set; }
|
||||
|
||||
string? State { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user