From 071b43ba6665e38ecf7d06a6696bf3cb2a59b02d Mon Sep 17 00:00:00 2001 From: Kent Sutherland Date: Sun, 16 May 2004 02:24:25 +0000 Subject: [PATCH] Hotkeys set in the prefs will now properly update immediately. --- MainController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MainController.m b/MainController.m index 6937a6f..906dca5 100755 --- a/MainController.m +++ b/MainController.m @@ -628,7 +628,7 @@ static MainController *sharedController; ITHotKey *hotKey; ITDebugLog(@"Setting up hot keys."); - if (playerRunningState == ITMTRemotePlayerNotRunning) { + if (playerRunningState == ITMTRemotePlayerNotRunning && ![[NetworkController sharedController] isConnectedToServer]) { return; } -- 2.20.1