remove colorize property
This commit is contained in:
		| @@ -31,7 +31,7 @@ class MatchManagerAdminUI implements CallbackListener, ManialinkPageAnswerListen | |||||||
| 	 * Constants | 	 * Constants | ||||||
| 	 */ | 	 */ | ||||||
| 	const PLUGIN_ID											= 174; | 	const PLUGIN_ID											= 174; | ||||||
| 	const PLUGIN_VERSION									= 2.0; | 	const PLUGIN_VERSION									= 2.1; | ||||||
| 	const PLUGIN_NAME										= 'MatchManager Admin UI'; | 	const PLUGIN_NAME										= 'MatchManager Admin UI'; | ||||||
| 	const PLUGIN_AUTHOR										= 'Beu'; | 	const PLUGIN_AUTHOR										= 'Beu'; | ||||||
|  |  | ||||||
| @@ -347,7 +347,6 @@ class MatchManagerAdminUI_MenuItem { | |||||||
| 			if ($this->imageUrl !== '') { | 			if ($this->imageUrl !== '') { | ||||||
| 				$control->setImageUrl($this->imageUrl); | 				$control->setImageUrl($this->imageUrl); | ||||||
| 				$control->setKeepRatio('fit'); | 				$control->setKeepRatio('fit'); | ||||||
| 				$control->setColorize('ffffff'); |  | ||||||
| 			} else if ($this->style !== '') { | 			} else if ($this->style !== '') { | ||||||
| 				$control->setStyles($this->style, $this->subStyle); | 				$control->setStyles($this->style, $this->subStyle); | ||||||
| 			} else { | 			} else { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user