Skip to content

Commit 038eac5

Browse files
committed
2307749
1 parent 3b107fb commit 038eac5

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

powerapps-docs/teams/milestones-architecture.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -139,18 +139,18 @@ Variables used during app OnStart:
139139

140140
| **Variable name** | **Description** |
141141
|----------------------------------|-------------------------------------------------------------------------------------------|
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. |
154154

155155
#### OnStart execution details
156156

0 commit comments

Comments
 (0)