Apply suggestions from code review

This commit is contained in:
2020-07-24 10:25:35 +02:00
parent 59354c403d
commit 2ffcad9d35
2 changed files with 4 additions and 4 deletions

View File

@ -129,7 +129,7 @@ public class Settings {
/**
* Sets the current on close mode.
*
* @param hideOnClose the on close mode that should be set.
* @param hideOnClose whether the application should be minimized on close
* @since Envoy Client v0.3-alpha
*/
public void setHideOnClose(boolean hideOnClose) { ((SettingsItem<Boolean>) items.get("hideOnClose")).set(hideOnClose); }