Skip to content

Commit cdf0f24

Browse files
committed
默认关掉
1 parent c7f904b commit cdf0f24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/ghostchu/peerbanhelper/gui/impl/swing/SwingGuiImpl.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ private void updateTheme(Boolean isDark) {
133133
pbhFlatLafTheme = new MacOSLafTheme();
134134
}
135135
//PBHPlus?
136-
if (ExternalSwitch.parseBoolean("pbh.gui.pbhplus-theme", true) && ExchangeMap.PBH_PLUS_ACTIVATED) {
136+
if (ExternalSwitch.parseBoolean("pbh.gui.pbhplus-theme", false) && ExchangeMap.PBH_PLUS_ACTIVATED) {
137137
pbhFlatLafTheme = new PBHPlusTheme();
138138
}
139139
// Snapshot?

0 commit comments

Comments
 (0)