blob: 6c82598f4ceb3debac4e2a76de0e3dc8113f21c2 [file] [log] [blame]
Sébastien Blin1f915762020-08-03 13:27:42 -04001/*
2 * Copyright (C) 2015-2020 by Savoir-faire Linux
3 * Author: Edric Ladent Milaret <edric.ladent-milaret@savoirfairelinux.com>
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 3 of the License, or
8 * (at your option) any later version.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <https://www.gnu.org/licenses/>.
17 */
18
19#pragma once
20
21namespace SettingsKey {
22
23constexpr static char closeOrMinimized[] = "closeOrMin";
24constexpr static char downloadPath[] = "downloadPath";
25constexpr static char enableNotifications[] = "enableNotifications";
26constexpr static char geometry[] = "geometry";
27constexpr static char selectedAccount[] = "selectedAccount";
28constexpr static char mainSplitterState[] = "mainSplitterState";
29constexpr static char smartListToWebviewSplitterState[] = "smartListToWebviewSplitterState";
30constexpr static char windowState[] = "windowState";
31constexpr static char autoUpdate[] = "autoUpdate";
32constexpr static char neverShowMeAgain[] = "neverShowMeAgain";
33constexpr static char hasRun[] = "hasRun";
34} // namespace SettingsKey