Skip to content
Snippets Groups Projects
Unverified Commit 5b4adf66 authored by Morris Jobke's avatar Morris Jobke
Browse files

Move OC_Defaults to OCP\Defaults


* currently there are two ways to access default values:
  OCP\Defaults or OC_Defaults (which is extended by
  OCA\Theming\ThemingDefaults)
* our code used a mixture of both of them, which made
  it hard to work on theme values
* this extended the public interface with the missing
  methods and uses them everywhere to only rely on the
  public interface

Signed-off-by: default avatarMorris Jobke <hey@morrisjobke.de>
parent ca9d2516
No related branches found
No related tags found
Loading
Showing
with 64 additions and 67 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment