Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
Update to v1.0.9
Browse files Browse the repository at this point in the history
OpenSesame icon is added to progress dialogs
  • Loading branch information
dschreij committed Aug 8, 2016
1 parent 16964c3 commit 719d527
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -832,6 +832,8 @@ def __initialize(self):
tokenfile=tokenfile,
notifier=self.notifier)

self.manager.progress_icon = self.main_window.theme.qicon(u"opensesame")

# Init and set up user badge
icon_size = self.toolbar.iconSize()
self.user_badge = widgets.UserBadge(self.manager, icon_size)
Expand Down
2 changes: 1 addition & 1 deletion opensesame_extensions/OpenScienceFramework/info.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
label: OSF
version: 1.0.8
version: 1.0.9
author: Daniel Schreij
link : https://github.com/dschreij/opensesame-osf

0 comments on commit 719d527

Please sign in to comment.