mirror of
https://github.com/Siccity/xNode.git
synced 2026-02-11 17:48:46 +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() {
|
private static void PreferencesGUI() {
|
||||||
VerifyLoaded();
|
VerifyLoaded();
|
||||||
Settings settings = NodeEditorPreferences.settings[lastKey];
|
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);
|
NodeSettingsGUI(lastKey, settings);
|
||||||
GridSettingsGUI(lastKey, settings);
|
GridSettingsGUI(lastKey, settings);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user