Skip to content

Commit 8d83b80

Browse files
authored
Merge pull request #8 from CoderJava/feature/buat-fitur-pengaturan-always-on-top
Feature - Buat fitur pengaturan always on top
2 parents a96ba3d + 821e0b9 commit 8d83b80

File tree

5 files changed

+414
-168
lines changed

5 files changed

+414
-168
lines changed

assets/translations/en-US.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,5 +202,13 @@
202202
"screen_recording_issued": "Screen recording not granted",
203203
"note_description_screen_recording_mac": "Always remember to reopen this app after changing permissions.",
204204
"launch_at_startup": "Launch at Startup",
205-
"subtitle_launch_at_startup": "Dipantau will start running automatically when you turn your computer on"
205+
"subtitle_launch_at_startup": "Dipantau will start running automatically when you turn your computer on.",
206+
"notification": "Notification",
207+
"general_settings": "General Settings",
208+
"check": "Check",
209+
"version_app": "Version App",
210+
"always_on_top": "Always on Top",
211+
"subtitle_always_on_top": "Set Dipantau window always on top of other windows",
212+
"back_to_main_menu": "Back to Main Menu",
213+
"screenshot": "Screenshot"
206214
}

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)