Apply suggestions from code review
This commit is contained in:
@ -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); }
|
||||
|
Reference in New Issue
Block a user