Hide "persona connections" in create form

4f224550f64ac66c353047a4f95ab88bd9fc33e3

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +2 -0Ignore whitespace
public/script.js+2 -0
@@ -7678,6 +7678,7 @@ export function select_selected_character(chid) {
76787678 $('#create_button').attr('value', 'Save'); // what is the use case for this?
76797679 $('#dupe_button').show();
76807680 $('#create_button_label').css('display', 'none');
7681+ $('#char_connections_button').show();
76817682
76827683 // Hide the chat scenario button if we're peeking the group member defs
76837684 $('#set_chat_scenario').toggle(!selected_group);
@@ -7762,6 +7763,7 @@ function select_rm_create() {
77627763 $('#create_button_label').css('display', '');
77637764 $('#create_button').attr('value', 'Create');
77647765 $('#dupe_button').hide();
7766+ $('#char_connections_button').hide();
77657767
77667768 //create text poles
77677769 $('#rm_button_back').css('display', '');