Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/frontend
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2025-01-01 19:43:56 +1100
committerKae <80987908+Novaenia@users.noreply.github.com>2025-01-01 19:43:56 +1100
commit2ccc2ac48767059df021784cb17293b969e6290a (patch)
treea2b114cef6b833cdaa4f42f9061053df6376b35e /source/frontend
parent5159b073bd9e3d2b903df27188b6b42db1ac65c7 (diff)
Update StarClientCommandProcessor.cpp
[skip ci]
Diffstat (limited to 'source/frontend')
-rw-r--r--source/frontend/StarClientCommandProcessor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/frontend/StarClientCommandProcessor.cpp b/source/frontend/StarClientCommandProcessor.cpp
index 78e1ee9..00a6c37 100644
--- a/source/frontend/StarClientCommandProcessor.cpp
+++ b/source/frontend/StarClientCommandProcessor.cpp
@@ -587,7 +587,7 @@ String ClientCommandProcessor::render(String const& path) {
if (!File::isDirectory(outputDirectory))
File::makeDirectory(outputDirectory);
image->writePng(File::open(outputPath, IOMode::Write | IOMode::Truncate));
- return strf("Saved {}x{} image to render.png", image->width(), image->height());
+ return strf("Saved {}x{} image to {}.png", image->width(), image->height(), outputName);
}