mirror of
https://github.com/FirestormViewer/phoenix-firestorm.git
synced 2026-08-14 08:53:53 +00:00
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:
@@ -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"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user