Add header and remove new unnecessary 'ignore' button handling due to 'ignore' checkbox now working for notify toasts.
This commit is contained in:
@@ -43,14 +43,6 @@ public:
|
||||
}
|
||||
if (option == 1) // Later
|
||||
{}
|
||||
else if (option == 2) // Ignore
|
||||
{
|
||||
LLNotificationPtr notifyptr = LLNotificationsUtil::find(notification["id"]);
|
||||
if (notifyptr)
|
||||
{
|
||||
notifyptr->setIgnored(true);
|
||||
}
|
||||
}
|
||||
}
|
||||
/*virtual*/ void completedRaw(LLChannelDescriptors const& channels, buffer_ptr_t const& buffer)
|
||||
{
|
||||
|
||||
6
indra/newview/shupdatechecker.h
Normal file
6
indra/newview/shupdatechecker.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef SH_SHUPDATECHECKER_H
|
||||
#define SH_SHUPDATECHECKER_H
|
||||
|
||||
void check_for_updates();
|
||||
|
||||
#endif //SH_SHUPDATECHECKER_H
|
||||
Reference in New Issue
Block a user