Skip to content

Commit

Permalink
Show cursor reload
Browse files Browse the repository at this point in the history
  • Loading branch information
rnayabed committed Jun 29, 2021
1 parent 2d88544 commit dc47a40
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -643,8 +643,10 @@ else if(port > 65535)

config.setStartOnBoot(startOnBoot);

config.setShowCursor(showCursorToggleSwitch.isSelected());
if(!config.isShowCursor() ==showCursorToggleSwitch.isSelected())
toBeReloaded = true;

config.setShowCursor(showCursorToggleSwitch.isSelected());


if(!config.getThemesPath().equals(themesPathTextField.getText()))
Expand Down

0 comments on commit dc47a40

Please sign in to comment.