This commit is contained in:
Daniel Grigencha
2024-12-02 01:01:49 +01:00

View File

@@ -249,6 +249,9 @@ public ExecutorService getExecutor() {
return this.executor;
}
public ServerConnection getNetworkSupport(){
return networkConnection;
}
public void updateResolution(int width, int height) {
AppSettings settings = getContext().getSettings();