Skip to content

Commit

Permalink
Exclude SK from the profile repo in the registry
Browse files Browse the repository at this point in the history
  • Loading branch information
Aemony committed Feb 10, 2024
1 parent 2750f43 commit 524419b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tabs/library.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5000,7 +5000,7 @@ SKIF_UI_Tab_DrawLibrary (void)
}
}

if ( app.second._status.installed)
if (app.second._status.installed && ! isSpecialK)
{
// Prepare for the keyboard hint / search/filter functionality
InsertTrieKey (&app, &_data->labels);
Expand Down

0 comments on commit 524419b

Please sign in to comment.