From 84cb421f13cf1a1f1b47cff6866c378972270c37 Mon Sep 17 00:00:00 2001 From: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> Date: Mon, 22 May 2023 08:11:59 +0200 Subject: refactor: Change error messages and function names to EA App (#362) * refactor: Change error message to mention EA App instead of Origin * refactor: Rename function to refer to EA App * refactor: Rename function to mention EA and Origin * style: Fix formatting * refactor: Update translation text to EA App * refactor: Change emit name to EA App instead of Origin * docs: Update comment to mention EA App --- src-vue/src/plugins/store.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src-vue/src/plugins') diff --git a/src-vue/src/plugins/store.ts b/src-vue/src/plugins/store.ts index 7d1b6c20..e7dc0763 100644 --- a/src-vue/src/plugins/store.ts +++ b/src-vue/src/plugins/store.ts @@ -463,7 +463,7 @@ async function _checkForFlightCoreUpdates(state: FlightCoreStore) { * Those events include Origin and Northstar running state. */ function _initializeListeners(state: any) { - listen("origin-running-ping", function (evt: TauriEvent) { + listen("ea-app-running-ping", function (evt: TauriEvent) { state.origin_is_running = evt.payload as boolean; }); -- cgit v1.2.3