mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-22 15:08:12 -05:00
Limit selection palette up to 5 entries in profile spectrum. Fix #580.
This commit is contained in:
parent
2ae2927def
commit
9d58d7057b
@ -17,6 +17,7 @@ angular.module('omega').controller 'ProfileCtrl', ($scope, $stateParams,
|
||||
showInput: true
|
||||
showPalette: true
|
||||
showSelectionPalette: true
|
||||
maxSelectionSize: 5
|
||||
|
||||
$scope.getProfileColor = ->
|
||||
color = undefined
|
||||
|
Loading…
Reference in New Issue
Block a user