Finished timer implementation

This commit is contained in:
jeffser
2024-09-02 02:55:02 -06:00
parent daf56c2de4
commit 0d3b544a73
3 changed files with 17 additions and 9 deletions

View File

@@ -836,6 +836,7 @@ Generate a title following these rules:
message_widget.window = self
chat_widget.window = self
model_widget.window = self
connection_handler.window = self
drop_target = Gtk.DropTarget.new(Gdk.FileList, Gdk.DragAction.COPY)
drop_target.connect('drop', self.on_file_drop)