mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 19:35:38 +00:00
fix(administration): add theme preview
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
/* UIxAdministration.m - this file is part of SOGo
|
||||
*
|
||||
* Copyright (C) 2009 Inverse inc.
|
||||
*
|
||||
* Author: Francis Lachapelle <flachapelle@inverse.ca>
|
||||
* Copyright (C) 2022 Inverse inc.
|
||||
*
|
||||
* This file is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@@ -57,3 +55,12 @@
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
/* Theme Preview */
|
||||
|
||||
@interface UIxThemePreview : UIxComponent
|
||||
@end
|
||||
|
||||
|
||||
@implementation UIxThemePreview
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user