Skip to content

Commit cb5d3ca

Browse files
authored
Update README.md
1 parent f8d27d1 commit cb5d3ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Alternative Launchers: https://github.com/unitycoder/UnityLauncherPro/wiki/Alter
1616
- [Add IRC Chat to Hub window (using iframe)](#add-irc-chat-to-hub-window-using-iframe))
1717
- [Custom Styles](#custom-styles)
1818
- [Custom Previews or any html for project template description](#custom-previews-or-any-html-for-project-templates-description)
19-
- [Enable Built-in Login Dialog (no more browser login/logout issues with multiple accounts](#enable-buildin-login-dialog-no-more-browser-loginlogout-issues-with-multiple-accounts)
19+
- [Enable Built-in Login Dialog (no more browser login/logout issues with multiple accounts](#enable-built-in-login-dialog-no-more-browser-loginlogout-issues-with-multiple-accounts)
2020
- [Completely quit Hub when you press X (window close button)](#completely-quit-unity-hub-when-you-press-x-window-close-button)
2121
- [Make Hub background translucent](#make-hub-background-translucent)
2222
<br>
@@ -70,7 +70,7 @@ Alternative Launchers: https://github.com/unitycoder/UnityLauncherPro/wiki/Alter
7070
- ![ssprojecttemplate2024-03-06 11-39-57](https://github.com/unitycoder/UnityHubModding/assets/5438317/c054a96c-5e58-4842-8fb4-ac0b5fee16c9)
7171
<hr>
7272

73-
### Enable Buildin Login Dialog (no more browser login/logout issues with multiple accounts!)
73+
### Enable Built-in Login Dialog (no more browser login/logout issues with multiple accounts!)
7474
- Open Unity _Hub\resources\app\build\main\services\authService\AuthService.js_
7575
- Find line: <br> ```if ((0, appDefaultProtocolClientHelpers_1.isUnityHubProtocolHandled)()) {```
7676
- Replace with<br> ```if (1==0 && (0, appDefaultProtocolClientHelpers_1.isUnityHubProtocolHandled)())```

0 commit comments

Comments
 (0)