Skip to content

Commit

Permalink
Release Floating Solo Toolbar v1.1 (#1495)
Browse files Browse the repository at this point in the history
  • Loading branch information
cfillion authored Feb 1, 2025
1 parent ca78bbc commit c3b8cbd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- @author Neftovsky
-- @version 1.1
-- @about
-- Floating Solo Toolbar
-- Floating solo toolbar
--
-- - Creates a floating toolbar
-- - Links each button to a specific track in the project
Expand Down Expand Up @@ -57,7 +57,7 @@ local imgui = nil
-- Функция для создания или восстановления контекста ImGui
local function EnsureImGuiContext()
if not imgui or not reaper.ImGui_ValidatePtr(imgui, 'ImGui_Context*') then
imgui = reaper.ImGui_CreateContext("Floating Solo Toolbar")
imgui = reaper.ImGui_CreateContext("Floating solo toolbar")
if not imgui then
reaper.ShowMessageBox("Failed to create ImGui context!", "Error", 0)
return false
Expand Down

0 comments on commit c3b8cbd

Please sign in to comment.