1
0
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:
Thor Brigsted 2019-09-06 19:25:29 +02:00
parent 5433e36837
commit 305af376c5

View File

@ -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);