Added playlist view and initial playlist view logic.
This commit is contained in:
10
Harmonia.UI/Models/VolumeState.cs
Normal file
10
Harmonia.UI/Models/VolumeState.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Harmonia.UI.Models;
|
||||
|
||||
public enum VolumeState
|
||||
{
|
||||
Muted,
|
||||
Off,
|
||||
Low,
|
||||
Medium,
|
||||
High
|
||||
}
|
||||
Reference in New Issue
Block a user