Skip to content
Snippets Groups Projects
Commit a5ebeb80 authored by Simon Jensen's avatar Simon Jensen
Browse files

Changed onaction on button in create album

parent d35b7fdd
No related branches found
No related tags found
2 merge requests!104Weekly merge to Master,!102Changed onaction on button in create album
Pipeline #78147 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