mirror of
https://github.com/TimeCrafters/timecrafters_configuration_tool_desktop.git
synced 2025-12-16 05:42:35 +00:00
Bump version, possibly fix crash on search
This commit is contained in:
@@ -19,9 +19,10 @@ module TAC
|
|||||||
end
|
end
|
||||||
|
|
||||||
body.clear do
|
body.clear do
|
||||||
|
shared_index = 0
|
||||||
|
|
||||||
flow(width: 1.0, height: 1.0) do
|
flow(width: 1.0, height: 1.0) do
|
||||||
stack(width: 0.495, height: 1.0, scroll: true) do
|
stack(width: 0.495, height: 1.0, scroll: true) do
|
||||||
shared_index = 0
|
|
||||||
if search_results.groups.size.positive?
|
if search_results.groups.size.positive?
|
||||||
title "Groups"
|
title "Groups"
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
module TAC
|
module TAC
|
||||||
NAME = "TimeCrafters Configuration Tool"
|
NAME = "TimeCrafters Configuration Tool"
|
||||||
VERSION = "0.1.0"
|
VERSION = "0.2.0"
|
||||||
RELEASE_NAME = "IN-DEV"
|
RELEASE_NAME = "IN-DEV"
|
||||||
end
|
end
|
||||||
Reference in New Issue
Block a user