summaryrefslogtreecommitdiff
path: root/src/displayapp/Apps.h
blob: 75a1e40f4e79c5ca20ed9448029521bb1ca226c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#pragma once

namespace Pinetime {
  namespace Applications {
    enum class Apps {
      None,
      Launcher,
      Clock,
      FirmwareUpdate,
      FirmwareValidation,
      NotificationsPreview,
      Notifications,
      QuickSettings,
      Settings,
      SettingTimeFormat,
      Error
    };
  }
}