Right Limit & Direct Open

This commit is contained in:
ItsSelis
2022-05-21 01:10:45 +02:00
parent e25070a41c
commit 64ed2ff53a
3 changed files with 7 additions and 9 deletions
@@ -1,4 +1,4 @@
#define PLAYER_NOTES_ENTRIES_PER_PAGE 2
#define PLAYER_NOTES_ENTRIES_PER_PAGE 50
/datum/tgui_module/player_notes
name = "Player Notes"
+5 -7
View File
@@ -35,13 +35,11 @@ export const PlayerNotes = (props, context) => {
Open Legacy UI
</Button>
<Divider />
<Input key="Input_Manual" placeholder="CKEY to Open" />
<Button
onClick={() => act("show_player_info_manual", {
name: Input_Manual.value,
})}>
Open Notes
</Button>
<Button.Input
content="CKEY to Open"
onCommit={(e, value) => act('show_player_info', {
name: value,
})} />
<Divider vertical />
<Button
color="green"
File diff suppressed because one or more lines are too long