Skip to content

Commit

Permalink
task: add note for unsupported instrument modes in PSD view
Browse files Browse the repository at this point in the history
  • Loading branch information
mfacchinelli committed Jan 15, 2025
1 parent 9f25fec commit e7c24d6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions app/core/+mag/+app/+control/PSD.m
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ function instantiate(this, parent)
Limits = [0, Inf]);
this.DurationSpinner.Layout.Row = 2;
this.DurationSpinner.Layout.Column = [2, 3];

% Note.
noteLabel = uilabel(this.Layout, Text = "Note: does not support hybrid instrument modes.");
noteLabel.Layout.Row = 5;
noteLabel.Layout.Column = [1, 3];
end

function supported = isSupported(~, results)
Expand Down
5 changes: 2 additions & 3 deletions resources/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Software
# App

- Fix I-ALiRT `isPlottable` erroring on empty instance
- Fix undefined `this` in spectrogram plots `mag.*.view.Spectrogram`
- Add note for unsupported instrument modes in PSD view

0 comments on commit e7c24d6

Please sign in to comment.