This commit is contained in:
parent
8a52df4f76
commit
0de428a2e5
@ -13,8 +13,9 @@ extern ox::String appVersion;
|
||||
|
||||
namespace studio {
|
||||
|
||||
AboutPopup::AboutPopup(turbine::Context &ctx) noexcept: Popup("About") {
|
||||
m_text = ox::sfmt("{} - {}", keelCtx(ctx).appName, olympic::appVersion);
|
||||
AboutPopup::AboutPopup(turbine::Context &ctx) noexcept:
|
||||
Popup("About"),
|
||||
m_text{sfmt("{} - {}", keelCtx(ctx).appName, olympic::appVersion)} {
|
||||
}
|
||||
|
||||
void AboutPopup::draw(Context &sctx) noexcept {
|
||||
|
@ -15,7 +15,7 @@ namespace studio {
|
||||
|
||||
class AboutPopup final: public ig::Popup {
|
||||
private:
|
||||
ox::String m_text;
|
||||
ox::String const m_text;
|
||||
|
||||
public:
|
||||
explicit AboutPopup(turbine::Context &ctx) noexcept;
|
||||
|
Loading…
x
Reference in New Issue
Block a user