This commit is contained in:
b4lie 2026-03-22 20:21:45 +08:00
parent 4b20602a19
commit e6f7cacce8

View File

@ -22,7 +22,7 @@ public sealed class InputGlyphDatabaseEditor : Editor
private static readonly string[] DefaultTableNames = { "Keyboard", "Xbox", "PlayStation", "Other" }; private static readonly string[] DefaultTableNames = { "Keyboard", "Xbox", "PlayStation", "Other" };
private static readonly int[] EntriesPerPageOptions = { 10, 15, 20, 25 }; private static readonly int[] EntriesPerPageOptions = { 10, 15, 20, 25 };
private static readonly string[] EntriesPerPageLabels = { "10 / 页", "15 / 页", "20 / 页", "25 / 页" }; private static readonly string[] EntriesPerPageLabels = { "10|页", "15|页", "20|页", "25|页" };
private sealed class TableEditorState private sealed class TableEditorState
{ {