mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-23 08:43:50 +02:00
add settings panel for mutual friends graph layout options
This commit is contained in:
@@ -393,6 +393,15 @@
|
||||
"mutual_friends_count": "Mutual friends: {count}",
|
||||
"edge": "{source} ↔ {target}"
|
||||
},
|
||||
"settings": {
|
||||
"title": "Graph Layout Settings",
|
||||
"layout_iterations": "Layout iterations",
|
||||
"layout_iterations_help": "How long the layout runs. Higher means more stable and organized.",
|
||||
"layout_spacing": "Layout spacing",
|
||||
"layout_spacing_help": "How spread out the graph is. Higher means less crowded.",
|
||||
"edge_curvature": "Edge curvature",
|
||||
"edge_curvature_help": "How curved the lines are. Higher means smoother lines in dense areas."
|
||||
},
|
||||
"force_dialog": {
|
||||
"open_label": "Adjust graph layout settings",
|
||||
"title": "Graph Layout Settings",
|
||||
|
||||
Reference in New Issue
Block a user