Skip to content

Commit

Permalink
天线和s参数插件不显示在工具栏
Browse files Browse the repository at this point in the history
  • Loading branch information
liuanlin-mx committed Jul 23, 2023
1 parent 0ff7321 commit ddd4b7c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugin/antenna.py
Original file line number Diff line number Diff line change
Expand Up @@ -1085,7 +1085,7 @@ def defaults( self ):
self.name = "Antenna"
self.category = "Antennas Simulation"
self.description = "Antennas Simulation"
self.show_toolbar_button = True
self.show_toolbar_button = False
#self.icon_file_name = os.path.join(os.path.dirname(__file__), 'rl_icon.png')

def Run( self ):
Expand Down
2 changes: 1 addition & 1 deletion plugin/s_parameter.py
Original file line number Diff line number Diff line change
Expand Up @@ -1035,7 +1035,7 @@ def defaults( self ):
self.name = "S-Parameter"
self.category = "S-Parameter Simulation"
self.description = "S-Parameter Simulation"
self.show_toolbar_button = True
self.show_toolbar_button = False
#self.icon_file_name = os.path.join(os.path.dirname(__file__), 'rl_icon.png')

def Run( self ):
Expand Down
4 changes: 3 additions & 1 deletion z_extractor.project
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,9 @@
<StartupCommands/>
</Debugger>
<PreBuild/>
<PostBuild/>
<PostBuild>
<Command Enabled="yes">cp $(IntermediateDirectory)/$(ProjectName).exe $(WorkspacePath)/z_extractor_pcm/plugins/win/</Command>
</PostBuild>
<CustomBuild Enabled="no">
<RebuildCommand/>
<CleanCommand/>
Expand Down

0 comments on commit ddd4b7c

Please sign in to comment.