diff --git a/build/version.go b/build/version.go index d69d0534..880aed4b 100644 --- a/build/version.go +++ b/build/version.go @@ -1,3 +1,3 @@ package build -const VERSION = "0.1.0b" \ No newline at end of file +const VERSION = "0.1.1b" \ No newline at end of file diff --git a/dance/controller.go b/dance/controller.go index 647777c7..ea7c9dda 100644 --- a/dance/controller.go +++ b/dance/controller.go @@ -64,7 +64,7 @@ func (controller *GenericController) InitCursors() { queue := controller.bMap.GetObjectsCopy() - if settings.Dance.TAGSliderDance { + if settings.Dance.TAGSliderDance && settings.TAG > 1 { for i:=0; i < len(queue); i++ { queue = schedulers.PreprocessQueue(i, queue, true) }