Initial WIP commit
Some checks failed
Deploy to Gitea Releases / deploy-to-gitea-releases (push) Failing after 9s
Some checks failed
Deploy to Gitea Releases / deploy-to-gitea-releases (push) Failing after 9s
This commit is contained in:
12
StatusWindow/SettingsWindow/AboutSettingsPanel.xaml.cs
Normal file
12
StatusWindow/SettingsWindow/AboutSettingsPanel.xaml.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace HardwareMonitorStatusWindow.StatusWindow.SettingsWindow
|
||||
{
|
||||
public partial class AboutSettingsPanel
|
||||
{
|
||||
public AboutSettingsPanel()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
public override string CategoryName => StatusWindow.Resources.optionCategoryAbout;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user