gc settings screen added
This commit is contained in:
parent
85ea9ab6e8
commit
0ee8a0ec21
10 changed files with 139 additions and 11 deletions
|
@ -650,8 +650,7 @@ class MainWindow(QtWidgets.QMainWindow):
|
|||
|
||||
@staticmethod
|
||||
def copy_text(text):
|
||||
clipboard = QtWidgets.QApplication.clipboard()
|
||||
clipboard.setText(text)
|
||||
util_ui.copy_to_clipboard(text)
|
||||
|
||||
def clear_history(self, num):
|
||||
self._history_loader.clear_history(num)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue