Skip to content

Commit 70238aa

Browse files
committed
Merge branch 'master' of https://github.com/OsuSync/SyncPlugin
2 parents 6e2a3d4 + fbc398b commit 70238aa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ConfigGUI/ConfigGuiPlugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class ConfigGuiPlugin : Plugin
1717
{
1818
public const string PLUGIN_NAME="ConfigGUI";
1919
public const string PLUGIN_AUTHOR = "KedamaOvO";
20-
public const string PLGUIN_VERSION = "0.2.0";
20+
public const string PLGUIN_VERSION = "0.2.1";
2121

2222
public ConfigurationItemFactory ItemFactory { get; } = new ConfigurationItemFactory();
2323

ConfigGUI/MultiSelect/MultiSelectComboBox.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ private void CheckBox_Click(object sender, RoutedEventArgs e)
127127
}
128128
SetSelectedItems();
129129
SetText();
130-
Click?.Invoke(sender, e);
130+
Click?.Invoke(this, e);
131131
}
132132
#endregion
133133

0 commit comments

Comments
 (0)