mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 15:52:55 +01:00
Re-introduce message on successful screenshot (#21983)
* Re-introduce message on successful screenshot * Automatically close previous screenshot notices before new ones
This commit is contained in:
@@ -27,11 +27,12 @@ namespace OpenRCT2::Ui
|
||||
{
|
||||
return nullptr;
|
||||
}
|
||||
WindowBase* ShowError(StringId /*title*/, StringId /*message*/, const Formatter& /*formatter*/) override
|
||||
WindowBase* ShowError(
|
||||
StringId /*title*/, StringId /*message*/, const Formatter& /*formatter*/, bool /*autoClose*/) override
|
||||
{
|
||||
return nullptr;
|
||||
}
|
||||
WindowBase* ShowError(std::string_view /*title*/, std::string_view /*message*/) override
|
||||
WindowBase* ShowError(std::string_view /*title*/, std::string_view /*message*/, bool /*autoClose*/) override
|
||||
{
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user