Skip to content

Commit

Permalink
Update smandrap_Search Tracks.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
smandrap authored Oct 19, 2023
1 parent c8fc158 commit d88b85f
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions Tracks/smandrap_Search Tracks.lua
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
-- @description Search Tracks
-- @author smandrap
-- @version 1.4
-- @version 1.4.1
-- @donation https://paypal.me/smandrap
-- @changelog
-- + Add option to hide script titlebar
-- # Fix crash on startup (oops)
-- # Sligthly round searchbar and color box
-- # Fix searchbar resize logic
-- # Default to show script titlebar
-- @about
-- Cubase style track search with routing capabilities

Expand Down Expand Up @@ -40,14 +37,14 @@ end


local settings = {
version = '1.4',
version = '1.4.1',
uncollapse_selection = false,
show_in_tcp = true,
show_in_mcp = false,
close_on_action = true,
show_track_number = false,
show_color_box = true,
hide_titlebar = true
hide_titlebar = false
}

----------------------
Expand Down

0 comments on commit d88b85f

Please sign in to comment.