Skip to content

Commit dc47a40

Browse files
committed
Show cursor reload
1 parent 2d88544 commit dc47a40

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/java/com/stream_pi/client/window/settings/GeneralTab.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,8 +643,10 @@ else if(port > 65535)
643643

644644
config.setStartOnBoot(startOnBoot);
645645

646-
config.setShowCursor(showCursorToggleSwitch.isSelected());
646+
if(!config.isShowCursor() ==showCursorToggleSwitch.isSelected())
647+
toBeReloaded = true;
647648

649+
config.setShowCursor(showCursorToggleSwitch.isSelected());
648650

649651

650652
if(!config.getThemesPath().equals(themesPathTextField.getText()))

0 commit comments

Comments
 (0)