Merge pull request #7010 from raiyni/post-onclose
Send config updates on close
This commit is contained in:
@@ -561,7 +561,7 @@ public class ConfigManager
|
|||||||
return object.toString();
|
return object.toString();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void sendConfig()
|
public void sendConfig()
|
||||||
{
|
{
|
||||||
synchronized (pendingChanges)
|
synchronized (pendingChanges)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -320,6 +320,7 @@ public class ClientUI
|
|||||||
() ->
|
() ->
|
||||||
{
|
{
|
||||||
saveClientBoundsConfig();
|
saveClientBoundsConfig();
|
||||||
|
configManager.sendConfig();
|
||||||
runelite.shutdown();
|
runelite.shutdown();
|
||||||
},
|
},
|
||||||
this::showWarningOnExit
|
this::showWarningOnExit
|
||||||
|
|||||||
Reference in New Issue
Block a user