File tree 1 file changed +0
-18
lines changed
frontend/src/entities/Flipper/model
1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -143,14 +143,6 @@ export const useFlipperStore = defineStore('flipper', () => {
143
143
if ( flags . updateInProgress ) {
144
144
onUpdateStage ( 'end' )
145
145
}
146
-
147
- if ( mode !== 'CLI' && route . fullPath . split ( '/' ) [ 1 ] === 'apps' ) {
148
- if ( ! appsStore . flipperInstalledApps ?. length ) {
149
- await appsStore . getInstalledApps ( {
150
- refreshInstalledApps : true
151
- } )
152
- }
153
- }
154
146
} )
155
147
. catch ( ( ) => {
156
148
// flags.connected = false
@@ -299,16 +291,6 @@ export const useFlipperStore = defineStore('flipper', () => {
299
291
// await asyncSleep(1000)
300
292
301
293
// flipper.value = _flipper
302
- if (
303
- localFlipper . readingMode . type === 'rpc' &&
304
- route . fullPath . split ( '/' ) [ 1 ] === 'apps'
305
- ) {
306
- if ( ! appsStore . flipperInstalledApps ?. length ) {
307
- await appsStore . getInstalledApps ( {
308
- refreshInstalledApps : true
309
- } )
310
- }
311
- }
312
294
}
313
295
314
296
const isDataFlipperElectron = (
You can’t perform that action at this time.
0 commit comments