Skip to content

Commit

Permalink
Disable getEXCELButton in Ui_Interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
jhairparis committed Nov 16, 2023
1 parent 0eba4ce commit a051d3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Screens/Interpolation.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ def valuesUI(self):

self.getClipboardButton.setText(_translate("MainWindow", "From Clipboard"))
self.getEXCELButton.setText(_translate("MainWindow", "From EXCEL"))
self.getEXCELButton.setEnabled(False)

self.labelCheck.setText(_translate("MainWindow", "Center table"))

Expand Down

0 comments on commit a051d3d

Please sign in to comment.