summaryrefslogtreecommitdiff
path: root/src/displayapp/Apps.h
diff options
context:
space:
mode:
authorRiku Isokoski <riksu9000@gmail.com>2022-04-02 16:03:20 +0300
committerJF <JF002@users.noreply.github.com>2022-04-02 16:16:47 +0200
commit78365548f70d9a6ef9a040d8e0039e640e386dc3 (patch)
tree06464442b965cb0a15e3e841c8df870066717892 /src/displayapp/Apps.h
parent8f436e1d74ffdd497c68dc2f34f6a67e430a1932 (diff)
Replace airplane mode with a bluetooth toggle
Diffstat (limited to 'src/displayapp/Apps.h')
-rw-r--r--src/displayapp/Apps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/Apps.h b/src/displayapp/Apps.h
index dc9e6253..8aad9535 100644
--- a/src/displayapp/Apps.h
+++ b/src/displayapp/Apps.h
@@ -38,7 +38,7 @@ namespace Pinetime {
SettingSetTime,
SettingChimes,
SettingShakeThreshold,
- SettingAirplaneMode,
+ SettingBluetooth,
Error
};
}