display stored address in ui
This commit is contained in:
		@ -92,6 +92,7 @@ class RootController : Controller() {
 | 
			
		||||
            if (SettingsController.serverAddressIsSet()) {
 | 
			
		||||
                println("[file] try connect with settings file")
 | 
			
		||||
                try {
 | 
			
		||||
                    svc.setServerAddress(SettingsController.getServerAddress())
 | 
			
		||||
                    con = Connection(InetAddress.getByName(SettingsController.getServerAddress()))
 | 
			
		||||
                    con.ping()
 | 
			
		||||
                    println("[file] Connection to Server successful")
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user