mirror of
https://github.com/Siccity/xNode.git
synced 2026-02-06 07:14:56 +08:00
Added link to documentation in preferences
This commit is contained in:
parent
5433e36837
commit
305af376c5
@ -106,6 +106,9 @@ namespace XNodeEditor {
|
||||
private static void PreferencesGUI() {
|
||||
VerifyLoaded();
|
||||
Settings settings = NodeEditorPreferences.settings[lastKey];
|
||||
|
||||
if (GUILayout.Button(new GUIContent("Documentation", "https://github.com/Siccity/xNode/wiki"), GUILayout.Width(100))) Application.OpenURL("https://github.com/Siccity/xNode/wiki");
|
||||
EditorGUILayout.Space();
|
||||
|
||||
NodeSettingsGUI(lastKey, settings);
|
||||
GridSettingsGUI(lastKey, settings);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user