first commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace LibreHardwareMonitor.UI;
|
||||
|
||||
public interface IExpandPersistNode
|
||||
{
|
||||
bool Expanded { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user