We don't need forced SnapshotSavedToComputer notiification, since we have SnapshotSavedToDisk string already in place

Signed-off-by: PanteraPolnocy <panterapolnocy@gmail.com>
This commit is contained in:
PanteraPolnocy
2026-06-22 20:33:32 +02:00
parent baa30619c0
commit 5954ffe34c
+6 -4
View File
@@ -6021,10 +6021,12 @@ void LLViewerWindow::saveImageLocal(LLImageFormatted *image, const snapshot_save
LLSD payload;
payload["filepath"] = filepath;
LLNotificationsUtil::add("SnapshotSavedToComputer",
args,
payload.with("respond_on_mousedown", true),
boost::bind(&LLViewerWindow::onSnapshotNotificationClick, _1, _2));
// <FS:PP> We don't need forced SnapshotSavedToComputer notiification, since we have SnapshotSavedToDisk string already in place
// LLNotificationsUtil::add("SnapshotSavedToComputer",
// args,
// payload.with("respond_on_mousedown", true),
// boost::bind(&LLViewerWindow::onSnapshotNotificationClick, _1, _2));
// </FS:PP>
if (gSavedSettings.getBOOL("FSLogSnapshotsToLocal"))
{