fixed bug

This commit is contained in:
Fleischer Hanno
2024-12-02 00:52:28 +01:00
parent 138444439d
commit 1b6407b75b

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();