We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 197c5bd commit 4303df5Copy full SHA for 4303df5
src/JuliusSweetland.OptiKey.Core/UI/Controls/KeyboardHost.cs
@@ -658,7 +658,7 @@ private void GenerateContent()
658
else if (Keyboard is ViewModelKeyboards.DynamicKeyboardSelector)
659
{
660
var kb = Keyboard as ViewModelKeyboards.DynamicKeyboardSelector;
661
- newContent = new CommonViews.DynamicKeyboardSelector(kb.PageIndex) { DataContext = Keyboard };
+ newContent = new CommonViews.DynamicKeyboardSelector(kb.PageIndex, kb.Directory) { DataContext = Keyboard };
662
}
663
Content = newContent;
664
0 commit comments