Added setting for session tracking
This commit is contained in:
Generated
+18
@@ -3615,6 +3615,15 @@ Namespace My.Resources
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Session tracking is currently disabled.[BR][BR]Enable session tracking in Settings if you'd like to track data for individual gaming sessions..
|
||||
'''</summary>
|
||||
Friend ReadOnly Property frmMain_WarningSessionsDisabled() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("frmMain_WarningSessionsDisabled", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to &Close.
|
||||
'''</summary>
|
||||
@@ -3912,6 +3921,15 @@ Namespace My.Resources
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Enable session tracking.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property frmSettings_chkSessionTracking() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("frmSettings_chkSessionTracking", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Show detection notifications.
|
||||
'''</summary>
|
||||
|
||||
Reference in New Issue
Block a user