mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 05:54:43 -04:00
Put default value for "show on startup" in config_cache file
Also put the checkbutton's string on the translation files
This commit is contained in:
parent
9e9dbcb920
commit
78609a86fb
13 changed files with 34 additions and 6 deletions
|
@ -48,7 +48,7 @@ mouse_default_cursor_shape = 2
|
|||
text = "Art by Erevoid"
|
||||
flat = true
|
||||
|
||||
[node name="CheckBox" type="CheckBox" parent="Contents"]
|
||||
[node name="ShowOnStartup" type="CheckBox" parent="Contents"]
|
||||
margin_top = 330.0
|
||||
margin_right = 400.0
|
||||
margin_bottom = 354.0
|
||||
|
@ -76,4 +76,4 @@ text = "Copyright 2019-2020 Orama Interactive"
|
|||
align = 1
|
||||
[connection signal="about_to_show" from="." to="." method="_on_SplashDialog_about_to_show"]
|
||||
[connection signal="pressed" from="Contents/ArtCredits" to="." method="_on_ArtCredits_pressed"]
|
||||
[connection signal="toggled" from="Contents/CheckBox" to="." method="_on_CheckBox_toggled"]
|
||||
[connection signal="toggled" from="Contents/ShowOnStartup" to="." method="_on_ShowOnStartup_toggled"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue