Skip to content

Commit

Permalink
Switches -> Switched
Browse files Browse the repository at this point in the history
  • Loading branch information
Aemony committed Apr 18, 2024
1 parent 82f92fc commit f865d89
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/SKIF.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2559,7 +2559,7 @@ wWinMain ( _In_ HINSTANCE hInstance,
if (_registry.iDimCovers == 2)
fTint = 0.75f;

PLOG_DEBUG << "Switches to tab: Library";
PLOG_DEBUG << "Switched to tab: Library";
}

// Ensure we have set up the drop target on the Library tab
Expand Down Expand Up @@ -2588,7 +2588,7 @@ wWinMain ( _In_ HINSTANCE hInstance,
SKIF_ImGui_BeginTabChildFrame ();

if (SKIF_Tab_Selected != UITab_Monitor)
PLOG_DEBUG << "Switches to tab: Monitor";
PLOG_DEBUG << "Switched to tab: Monitor";

extern void
SKIF_UI_Tab_DrawMonitor (void);
Expand All @@ -2610,7 +2610,7 @@ wWinMain ( _In_ HINSTANCE hInstance,
SKIF_ImGui_BeginTabChildFrame ();

if (SKIF_Tab_Selected != UITab_Settings)
PLOG_DEBUG << "Switches to tab: Settings";
PLOG_DEBUG << "Switched to tab: Settings";

SKIF_UI_Tab_DrawSettings( );

Expand All @@ -2626,7 +2626,7 @@ wWinMain ( _In_ HINSTANCE hInstance,
SKIF_ImGui_BeginTabChildFrame ();

if (SKIF_Tab_Selected != UITab_About)
PLOG_DEBUG << "Switches to tab: About";
PLOG_DEBUG << "Switched to tab: About";

SKIF_Tab_Selected = UITab_About;
if (SKIF_Tab_ChangeTo == UITab_About)
Expand Down

0 comments on commit f865d89

Please sign in to comment.