Skip to content

Commit c7db32f

Browse files
committed
Buat UI dan fitur pengaturan always on top
1 parent a3c687c commit c7db32f

File tree

2 files changed

+393
-158
lines changed

2 files changed

+393
-158
lines changed

lib/core/util/shared_preferences_manager.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ class SharedPreferencesManager {
1717
static const keyAppearanceMode = 'appearance_mode';
1818
static const keyBaseFilePathScreenshot = 'base_file_path_screenshot';
1919
static const keyIsLaunchAtStartup = 'is_launch_at_startup';
20+
static const keyIsAlwaysOnTop = 'is_always_on_top';
2021

2122
SharedPreferencesManager();
2223

0 commit comments

Comments
 (0)