mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-22 15:08:12 -05:00
Fix refreshOnProfileChange not working. Fix #188.
This commit is contained in:
parent
297775ca4f
commit
0cd115f8f0
@ -115,7 +115,7 @@ module.controller 'PopupCtrl', ($scope, $window, $q, omegaTarget,
|
||||
'validResultProfiles', 'refreshOnProfileChange', 'externalProfile',
|
||||
'proxyNotControllable'
|
||||
]).then ([availableProfiles, currentProfileName, isSystemProfile,
|
||||
validResultProfiles, refreshOnProfileChange, externalProfile,
|
||||
validResultProfiles, refresh, externalProfile,
|
||||
proxyNotControllable]) ->
|
||||
$scope.proxyNotControllable = proxyNotControllable
|
||||
return if proxyNotControllable
|
||||
@ -124,7 +124,7 @@ module.controller 'PopupCtrl', ($scope, $window, $q, omegaTarget,
|
||||
$scope.currentProfileName = currentProfileName
|
||||
$scope.isSystemProfile = isSystemProfile
|
||||
$scope.externalProfile = externalProfile
|
||||
refreshOnProfileChange = refreshOnProfileChange
|
||||
refreshOnProfileChange = refresh
|
||||
|
||||
charCodeUnderscore = '_'.charCodeAt(0)
|
||||
profilesByNames = (names) ->
|
||||
|
Loading…
Reference in New Issue
Block a user