@@ -139,18 +139,18 @@ Variables used during app OnStart:
139
139
140
140
| ** Variable name** | ** Description** |
141
141
| ----------------------------------| -------------------------------------------------------------------------------------------|
142
- | gblAppLoaded | - global variable to check if the app has loaded completely. |
143
- | gblUserLanguage | - global variable to store the user's language. |
144
- | gblThemeDark | - global variable to store if Teams is running in dark mode. |
145
- | gblThemeHiCo | - global variable to store if Teams is running in contrast mode. |
146
- | gblMobileWidth | - global variable to define the width of the app for mobile. |
147
- | gblMobileMode | - global variable to store if the app is being accessed from a mobile device. |
148
- | gblAppSetting_inputMobileOnWeb | - global variable to scale fonts for mobile-oriented apps, running in desktop. |
149
- | gblAppSetting_inputMobile | - global variable to scale fonts for mobile-oriented apps. |
150
- | gblAppSetting_inputScaleFontsBy | - global variable for scaling all fonts by a fixed amount. |
151
- | gblAppContext | - global variable to check the context of where the app is running. |
152
- | gblFirstRun | - global variable to check whether the app is being run for the first time. |
153
- | gblRecordUserSettings | - global variable to store the latest Project User Settings records for the current user. |
142
+ | gblAppLoaded | Global variable to check if the app has loaded completely. |
143
+ | gblUserLanguage | Global variable to store the user's language. |
144
+ | gblThemeDark | Global variable to store if Teams is running in dark mode. |
145
+ | gblThemeHiCo | Global variable to store if Teams is running in contrast mode. |
146
+ | gblMobileWidth | Global variable to define the width of the app for mobile. |
147
+ | gblMobileMode | Global variable to store if the app is being accessed from a mobile device. |
148
+ | gblAppSetting_inputMobileOnWeb | Global variable to scale fonts for mobile-oriented apps, running in desktop. |
149
+ | gblAppSetting_inputMobile | Global variable to scale fonts for mobile-oriented apps. |
150
+ | gblAppSetting_inputScaleFontsBy | Global variable for scaling all fonts by a fixed amount. |
151
+ | gblAppContext | Global variable to check the context of where the app is running. |
152
+ | gblFirstRun | Global variable to check whether the app is being run for the first time. |
153
+ | gblRecordUserSettings | Global variable to store the latest Project User Settings records for the current user. |
154
154
155
155
#### OnStart execution details
156
156
0 commit comments