Skip to content

Commit

Permalink
Make title label in installer dialog non selectable
Browse files Browse the repository at this point in the history
  • Loading branch information
strycore committed Aug 1, 2020
1 parent 3afffd0 commit 7659272
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lutris/gui/installerwindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ def __init__(
self.log_textview = None

self.title_label = InstallerLabel()
self.title_label.set_selectable(False)
self.vbox.add(self.title_label)

self.status_label = InstallerLabel()
Expand Down

0 comments on commit 7659272

Please sign in to comment.