mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 13:59:52 +08:00
themes: remove v_material temporarily
It is not ready now.
This commit is contained in:
parent
0947687ba7
commit
1a866fb0e0
@ -1170,8 +1170,11 @@ void VConfigManager::initThemes()
|
||||
m_themes.insert(VPalette::themeName(file), file);
|
||||
file = ":/resources/themes/v_pure/v_pure.palette";
|
||||
m_themes.insert(VPalette::themeName(file), file);
|
||||
|
||||
/* NOT ready yet. Wait for author's tuning.
|
||||
file = ":/resources/themes/v_material/v_material.palette";
|
||||
m_themes.insert(VPalette::themeName(file), file);
|
||||
*/
|
||||
|
||||
// User theme folder.
|
||||
QDir dir(getThemeConfigFolder());
|
||||
|
Loading…
x
Reference in New Issue
Block a user