Skip to content
Snippets Groups Projects
Commit 51632e11 authored by Lars Brodin Østby's avatar Lars Brodin Østby
Browse files

Merge branch 'fix' into 'dev'

Changed onaction on button in create album

See merge request !102
parents d35b7fdd a5ebeb80
No related branches found
No related tags found
2 merge requests!104Weekly merge to Master,!102Changed onaction on button in create album
Pipeline #78149 passed
......@@ -70,7 +70,7 @@
<Font name="System Bold" size="18.0" />
</font>
</Button>
<Button fx:id="create_album_button" mnemonicParsing="false" onAction="#createEmptyImageAlbum" text="CREATE ALBUM">
<Button fx:id="create_album_button" mnemonicParsing="false" onAction="#createEmptyAlbum" text="CREATE ALBUM">
<font>
<Font name="System Bold" size="18.0" />
</font>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment