[solved][2.0.8] GUI: Frame: Error "Unknown style naked_frame"
Posted: Tue Oct 22, 2024 2:12 pm
I am currently in the process of adapting my mods to V2.0. But I'm stuck at one point with my GUI. I haven't found anything in the changelog or in the Dokumentation.
Have I overlooked something? What do I need to change?
In V1.1 the following code still worked. In V2.0 I get the error "Unknown style naked_frame".
Have I overlooked something? What do I need to change?
In V1.1 the following code still worked. In V2.0 I get the error "Unknown style naked_frame".
Code: Select all
local pi_rss_set_fr_show_stat = pi_rss_set_fr_settings.add{
type = "frame",
name="pi_rss_set_fr_show_stat",
direction="horizontal",
style = "naked_frame",
}