forked from floripasat/fsat-decoder
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removing the "Play audio" functionality
- Loading branch information
Showing
3 changed files
with
1 addition
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -109,25 +109,6 @@ Author: Gabriel Mariano Marcelino <[email protected]> | |
<property name="homogeneous">True</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkToolItem"> | ||
<property name="visible">True</property> | ||
<property name="can-focus">False</property> | ||
<child> | ||
<object class="GtkCheckButton" id="checkbutton_play_audio"> | ||
<property name="label" translatable="yes">Play Audio</property> | ||
<property name="visible">True</property> | ||
<property name="can-focus">True</property> | ||
<property name="receives-default">False</property> | ||
<property name="draw-indicator">True</property> | ||
</object> | ||
</child> | ||
</object> | ||
<packing> | ||
<property name="expand">False</property> | ||
<property name="homogeneous">True</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkToolButton" id="button_plot_spectrum"> | ||
<property name="visible">True</property> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
__copyright__ = "Copyright The SpaceLab-Decoder Contributors" | ||
__credits__ = ["Gabriel Mariano Marcelino - PU5GMA"] | ||
__license__ = "GPLv3" | ||
__version__ = "0.3.25" | ||
__version__ = "0.4.0" | ||
__maintainer__ = "Gabriel Mariano Marcelino - PU5GMA" | ||
__email__ = "[email protected]" | ||
__status__ = "Development" |