Skip to content

Commit

Permalink
Add NXT on component selection page (trikset#1881)
Browse files Browse the repository at this point in the history
* Add NXT on component selection page

* Add tests for NXT

Closes trikset#1877
  • Loading branch information
MinyazevR authored and iakov committed Jan 29, 2025
1 parent f5d5567 commit a042f0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Downloads minimal tests for Diagram mode
run: |
curl --output tests.7z "https://dl.trikset.com/edu/.solutions20200701/testing_small.7z"
curl --output tests.7z "https://dl.trikset.com/edu/.solutions20200701/testing_small_with_nxt.7z"
7z x tests.7z || 7za x tests.7z
- name: Prepare environment variable
Expand Down
2 changes: 1 addition & 1 deletion installer/trik_studio_installscript.qs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Controller.prototype.StartMenuDirectoryPageCallback = function() {
Controller.prototype.ComponentSelectionPageCallback = function() {
var widget = gui.currentPageWidget();

// widget.deselectAll();
widget.selectAll();

// widget.selectComponent("ru.qreal.root.trik");
// widget.selectComponent("ru.qreal.root.trik.core");
Expand Down

0 comments on commit a042f0d

Please sign in to comment.