mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
Sync UI theme in dark mode (#6940)
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
This commit is contained in:
parent
e2c625f2d9
commit
38e785ddb0
4
src/env/zcl_abapgit_settings.clas.abap
vendored
4
src/env/zcl_abapgit_settings.clas.abap
vendored
|
@ -322,7 +322,11 @@ CLASS zcl_abapgit_settings IMPLEMENTATION.
|
|||
WHEN 'Belize'.
|
||||
rv_ui_theme = c_ui_theme-belize.
|
||||
WHEN OTHERS.
|
||||
IF lv_frontend_theme CS 'dark'.
|
||||
rv_ui_theme = c_ui_theme-dark.
|
||||
ELSE.
|
||||
rv_ui_theme = c_ui_theme-default.
|
||||
ENDIF.
|
||||
ENDCASE.
|
||||
ENDIF.
|
||||
ENDMETHOD.
|
||||
|
|
Loading…
Reference in New Issue
Block a user