We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eb7ef6 commit 432c3eaCopy full SHA for 432c3ea
src/window.py
@@ -1153,6 +1153,9 @@ def __init__(self, **kwargs):
1153
list(list(self.model_dropdown)[1].get_child())[1].set_propagate_natural_width(True)
1154
list(list(self.title_no_model_button.get_child())[0])[1].set_ellipsize(3)
1155
1156
+ if sys.platform not in Platforms.ported:
1157
+ self.model_manager_stack.set_enable_transitions(True)
1158
+
1159
drop_target = Gtk.DropTarget.new(Gdk.FileList, Gdk.DragAction.COPY)
1160
drop_target.connect('drop', self.on_file_drop)
1161
self.message_text_view = GtkSource.View(
0 commit comments