now i realized, that shows me the same number like the amount items in my stock(or what is name of the barrel, where is ISO and other things) can you fix this please, or tell how i can fix this, if i can do it, thanks(sorry for bad english)
To me it seems like it would be an easy fix... It could be a line of code like the one below.
InboxNumber=StashOverflow+newMail
I don’t know the actual variables they used in the programming but you get the idea. I have a degree in programming so this is my best guess... I hope they’ll have a fix in the next monthly update.
To me it seems like it would be an easy fix... It could be a line of code like the one below.
InboxNumber=StashOverflow+newMail
I don’t know the actual variables they used in the programming but you get the idea. I have a degree in programming so this is my best guess... I hope they’ll have a fix in the next monthly update.
Better guess is that the GUI ID for things like the Notifications or Stash icons got reordered (re-numbered) and there are probably portions of the App that supposedly weren’t affected for this month's Update changes that thus didn’t get re-compiled and included as part of the Update.
Whether that might mean a brand new install would also have this problem or not, could indicate whether a portion was recompiled and just not included in executable packages specifically included for just an Update Download, or whether that part of the App was maybe not recompiled at all, or whose resulting executable portions were just never moved into the final packages (so would still be bugged in New installations too).
That would thus affect something that in theory was never even touched. As opposed to the actual line of code being so blatantly touched and modified as to say something like “NotificationBox = StashCountNumber”.
Comments
It could be a line of code like the one below.
InboxNumber=StashOverflow+newMail
I don’t know the actual variables they used in the programming but you get the idea.
I have a degree in programming so this is my best guess... I hope they’ll have a fix in the next monthly update.
Whether that might mean a brand new install would also have this problem or not, could indicate whether a portion was recompiled and just not included in executable packages specifically included for just an Update Download, or whether that part of the App was maybe not recompiled at all, or whose resulting executable portions were just never moved into the final packages (so would still be bugged in New installations too).
That would thus affect something that in theory was never even touched. As opposed to the actual line of code being so blatantly touched and modified as to say something like “NotificationBox = StashCountNumber”.