summaryrefslogtreecommitdiff
path: root/view/sharedcache/core/SharedCacheView.cpp
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2025-04-02 09:00:27 -0400
committerMason Reed <mason@vector35.com>2025-04-02 10:27:32 -0400
commit1df51b212d4b91fdac6d15c9cb4aac759b94394a (patch)
tree783c3e796e1acd5d2f1a8e8636dae539a355f01d /view/sharedcache/core/SharedCacheView.cpp
parent3fddd350deb670ede85a59d9213296f1f9618920 (diff)
[SharedCache] Misc formatting
Diffstat (limited to 'view/sharedcache/core/SharedCacheView.cpp')
-rw-r--r--view/sharedcache/core/SharedCacheView.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/view/sharedcache/core/SharedCacheView.cpp b/view/sharedcache/core/SharedCacheView.cpp
index 0d9b0e70..43dc63ff 100644
--- a/view/sharedcache/core/SharedCacheView.cpp
+++ b/view/sharedcache/core/SharedCacheView.cpp
@@ -794,7 +794,6 @@ bool SharedCacheView::Init()
// TODO: Prompt the user to select the primary cache file? We can still recover from here.
// Oh no, we failed to process the cache, this likely means the primary on-disk file was not able to be found.
logger->LogError("Failed to process cache, likely missing cache files.");
- // TODO: Returning false here does not prevent the file from being opened.
// NOTE: An interaction handler headlessly could select yes to this, however for the purposes of this we will just let them continue by defualt.
if (IsUIEnabled() && ShowMessageBox("Continue opening", "This shared cache file was unable to be processed, would you like to open without shared cache information?", YesNoButtonSet, QuestionIcon) != YesButton)
return false;