Squashed 'deps/nostalgia/' changes from 2016f6e6..830f8fe3
830f8fe3 [studio,nostalgia/core/studio] Give default Palette created studio a default page git-subtree-dir: deps/nostalgia git-subtree-split: 830f8fe3e4aad93f045e56cc4cdce851b5de0b70
This commit is contained in:
@@ -218,7 +218,7 @@ class ItemMakerT final: public ItemMaker {
|
||||
std::move(pParentDir),
|
||||
std::move(fileExt)),
|
||||
m_fmt{pFmt} {
|
||||
installTemplate(ox::make_unique<ItemTemplateT<T>>(std::move(pItem)));
|
||||
installTemplate(ox::make_unique<ItemTemplateT<T>>("Default", std::move(pItem)));
|
||||
}
|
||||
|
||||
constexpr ItemMakerT(
|
||||
@@ -232,7 +232,7 @@ class ItemMakerT final: public ItemMaker {
|
||||
std::move(pParentDir),
|
||||
std::move(fileExt)),
|
||||
m_fmt{pFmt} {
|
||||
installTemplate(ox::make_unique<ItemTemplateT<T>>(std::move(pItem)));
|
||||
installTemplate(ox::make_unique<ItemTemplateT<T>>("Default", std::move(pItem)));
|
||||
}
|
||||
|
||||
ox::StringView typeName() const noexcept override {
|
||||
|
Reference in New Issue
Block a user