mirror of
https://github.com/Stone-Red-Code/DesktopMagic.git
synced 2026-09-04 08:56:15 +02:00
Standardize default plugin setting names
This commit is contained in:
@@ -11,16 +11,16 @@ namespace DesktopMagic.Api;
|
||||
/// </summary>
|
||||
public abstract class Plugin
|
||||
{
|
||||
[Setting("horizontalAlignment", "Horizontal Alignment", -999)]
|
||||
[Setting("desktopmagic-horizontal-alignment", "Horizontal Alignment", -999)]
|
||||
internal ComboBox horizontalAlignment = new ComboBox("Center", "Left", "Right");
|
||||
|
||||
[Setting("verticalAlignment", "Vertical Alignment", -998)]
|
||||
[Setting("desktopmagic-vertical-alignment", "Vertical Alignment", -998)]
|
||||
internal ComboBox verticalAlignment = new ComboBox("Center", "Top", "Bottom");
|
||||
|
||||
private IPluginData application = null!;
|
||||
|
||||
/// <summary>
|
||||
/// Informations about the main application.
|
||||
/// Information about the main application.
|
||||
/// </summary>
|
||||
public IPluginData Application
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user