Skip to content

Commit

Permalink
Set textEdit_output to read only (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferelith-maker authored Mar 14, 2024
1 parent 7a6e3a5 commit 076cab7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gui/mountPrimaryWindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def __init__(self):
self.settings = QSettings(QSettings.Format.IniFormat,QSettings.Scope.UserScope,"CloudFUSE", "primaryWindow")
self.initMountPoint()
self.checkConfigDirectory()
self.textEdit_output.setReadOnly(True)

if platform == 'win32':
# Windows directory and filename conventions:
Expand Down

0 comments on commit 076cab7

Please sign in to comment.