chore: remove Singleton & replace getIApp with getApp (#5514)
This commit is contained in:
@@ -130,10 +130,6 @@ using namespace std::string_literals;
|
||||
|
||||
CrashHandler::CrashHandler(const Paths &paths_)
|
||||
: paths(paths_)
|
||||
{
|
||||
}
|
||||
|
||||
void CrashHandler::initialize(Settings & /*settings*/, const Paths &paths_)
|
||||
{
|
||||
auto optSettings = readRecoverySettings(paths);
|
||||
if (optSettings)
|
||||
|
||||
Reference in New Issue
Block a user