Skip to content

Commit 4303df5

Browse files
kmcnaughtJuliusSweetland
authored andcommitted
Fix argument pass-through to KeyboardHost
1 parent 197c5bd commit 4303df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JuliusSweetland.OptiKey.Core/UI/Controls/KeyboardHost.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ private void GenerateContent()
658658
else if (Keyboard is ViewModelKeyboards.DynamicKeyboardSelector)
659659
{
660660
var kb = Keyboard as ViewModelKeyboards.DynamicKeyboardSelector;
661-
newContent = new CommonViews.DynamicKeyboardSelector(kb.PageIndex) { DataContext = Keyboard };
661+
newContent = new CommonViews.DynamicKeyboardSelector(kb.PageIndex, kb.Directory) { DataContext = Keyboard };
662662
}
663663
Content = newContent;
664664
}

0 commit comments

Comments
 (0)