Skip to content

Commit caa9344

Browse files
committed
add reset function and update changeNotes
1 parent b82b995 commit caa9344

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

changeNotes.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
<h3>v1.0.1</h3><br>
28
<li>Fixed a bug where the plugin was not available on version 2020.1.</li>
39
<br>

src/main/java/cc/duduhuo/git/conflict/setting/ColorSettingsPanelImpl.kt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,10 @@ class ColorSettingsPanelImpl : ColorSettingsPanel() {
254254
}
255255
}
256256

257-
override fun reset() {}
257+
override fun reset() {
258+
cbColorScheme.selectedItem = mSchemeName
259+
}
260+
258261
override fun apply() {
259262
val isModified = isModified
260263
val persistentState = GlobalSettings.getPersistentState()

0 commit comments

Comments
 (0)