mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Rename files
This commit is contained in:
12
ts/util/linuxPasswordStoreFlags.std.ts
Normal file
12
ts/util/linuxPasswordStoreFlags.std.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
// Copyright 2024 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
// Mapping of safeStorage backends to flags used to activate them.
|
||||
// See https://www.electronjs.org/docs/latest/api/safe-storage
|
||||
export const LINUX_PASSWORD_STORE_FLAGS: Record<string, string> = {
|
||||
basic_text: 'basic',
|
||||
gnome_libsecret: 'gnome-libsecret',
|
||||
kwallet: 'kwallet',
|
||||
kwallet5: 'kwallet5',
|
||||
kwallet6: 'kwallet6',
|
||||
};
|
||||
Reference in New Issue
Block a user