Skip to content

Commit b36181c

Browse files
committed
feat: update copy options in DialogManager to include /o prefix and WebGUI opening functionality
1 parent f6765a9 commit b36181c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webapp/util/DialogManager.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ export default class DialogManager extends UI5Element {
2626
<p>Here are some key features:</p>
2727
<ul>
2828
<li><strong>Search:</strong> Use the search bar to find T-Codes by code, title, or description.</li>
29-
<li><strong>Copy:</strong> Click on a T-Code to copy it to your clipboard. You can also choose to copy with a /n prefix which can be configured in settings.</li>
29+
<li><strong>Copy:</strong> Click on a T-Code to copy it to your clipboard. You can also choose to copy with a /n or /o prefix or open them in WebGUI which can be configured in settings.</li>
3030
<li><strong>Favorites:</strong> Mark T-Codes as favorites for quick access.</li>
3131
<li><strong>Custom T-Codes:</strong> Add, edit, and delete your own custom T-Codes in the CUSTOM group. Right click a cell to edit existing ones.</li>
32-
<li><strong>Settings:</strong> Customize your experience with options like theme selection and search reset behavior.</li>
32+
<li><strong>Settings:</strong> Customize your experience with options like theme selection and search behavior.</li>
3333
</ul>
3434
<p>Enjoy your development journey! 🌟</p>
3535
`,

0 commit comments

Comments
 (0)