Remember screen position after closing and reopening

This commit is contained in:
WooxSolo
2018-04-27 04:38:30 +02:00
committed by Adam
parent aa718b1a99
commit 31e952316b
2 changed files with 92 additions and 2 deletions

View File

@@ -155,4 +155,15 @@ public interface RuneLiteConfig extends Config
{
return 4;
}
@ConfigItem(
keyName = "rememberScreenBounds",
name = "Remember client position",
description = "Save the position and size of the client after exiting",
position = 13
)
default boolean rememberScreenBounds()
{
return true;
}
}