We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b82b995 commit caa9344Copy full SHA for caa9344
changeNotes.html
@@ -1,3 +1,9 @@
1
+<h3>v1.0.2</h3><br>
2
+<li>Add plugin icon.</li>
3
+<li>Add settings reset function.</li>
4
+<li>Fix one bug.</li>
5
+<br>
6
+
7
<h3>v1.0.1</h3><br>
8
<li>Fixed a bug where the plugin was not available on version 2020.1.</li>
9
<br>
src/main/java/cc/duduhuo/git/conflict/setting/ColorSettingsPanelImpl.kt
@@ -254,7 +254,10 @@ class ColorSettingsPanelImpl : ColorSettingsPanel() {
254
}
255
256
257
- override fun reset() {}
+ override fun reset() {
258
+ cbColorScheme.selectedItem = mSchemeName
259
+ }
260
261
override fun apply() {
262
val isModified = isModified
263
val persistentState = GlobalSettings.getPersistentState()
0 commit comments