Show settings at the top of each mode, both mode-specific settings and setting that exist for all mode types

This commit is contained in:
Micah Lee 2019-10-27 18:16:48 -07:00
parent 9d1bd74fcc
commit f00df6356c
9 changed files with 243 additions and 59 deletions

View file

@ -42,7 +42,7 @@ class MainWindow(QtWidgets.QMainWindow):
# Initialize the window
self.setMinimumWidth(820)
self.setMinimumHeight(660)
self.setMinimumHeight(700)
self.setWindowTitle("OnionShare")
self.setWindowIcon(
QtGui.QIcon(self.common.get_resource_path("images/logo.png"))