Moved settings boxes
This commit is contained in:
parent
002a1db93a
commit
e146b70f0a
6 changed files with 8 additions and 8 deletions
|
|
@ -207,16 +207,16 @@ PRIVATE
|
||||||
boxes/edit_color_box.h
|
boxes/edit_color_box.h
|
||||||
boxes/edit_privacy_box.cpp
|
boxes/edit_privacy_box.cpp
|
||||||
boxes/edit_privacy_box.h
|
boxes/edit_privacy_box.h
|
||||||
boxes/fonts_box.cpp
|
kotato/boxes/fonts_box.cpp
|
||||||
boxes/fonts_box.h
|
kotato/boxes/fonts_box.h
|
||||||
boxes/language_box.cpp
|
boxes/language_box.cpp
|
||||||
boxes/language_box.h
|
boxes/language_box.h
|
||||||
boxes/local_storage_box.cpp
|
boxes/local_storage_box.cpp
|
||||||
boxes/local_storage_box.h
|
boxes/local_storage_box.h
|
||||||
boxes/mute_settings_box.cpp
|
boxes/mute_settings_box.cpp
|
||||||
boxes/mute_settings_box.h
|
boxes/mute_settings_box.h
|
||||||
boxes/net_boost_box.cpp
|
kotato/boxes/net_boost_box.cpp
|
||||||
boxes/net_boost_box.h
|
kotato/boxes/net_boost_box.h
|
||||||
boxes/peer_list_box.cpp
|
boxes/peer_list_box.cpp
|
||||||
boxes/peer_list_box.h
|
boxes/peer_list_box.h
|
||||||
boxes/peer_list_controllers.cpp
|
boxes/peer_list_controllers.cpp
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ the unofficial app based on Telegram Desktop.
|
||||||
For license and copyright information please follow this link:
|
For license and copyright information please follow this link:
|
||||||
https://github.com/kotatogram/kotatogram-desktop/blob/dev/LEGAL
|
https://github.com/kotatogram/kotatogram-desktop/blob/dev/LEGAL
|
||||||
*/
|
*/
|
||||||
#include "boxes/fonts_box.h"
|
#include "kotato/boxes/fonts_box.h"
|
||||||
|
|
||||||
#include "ui/widgets/checkbox.h"
|
#include "ui/widgets/checkbox.h"
|
||||||
#include "ui/widgets/buttons.h"
|
#include "ui/widgets/buttons.h"
|
||||||
|
|
@ -5,7 +5,7 @@ the official desktop application for the Telegram messaging service.
|
||||||
For license and copyright information please follow this link:
|
For license and copyright information please follow this link:
|
||||||
https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||||
*/
|
*/
|
||||||
#include "boxes/net_boost_box.h"
|
#include "kotato/boxes/net_boost_box.h"
|
||||||
|
|
||||||
#include "lang/lang_keys.h"
|
#include "lang/lang_keys.h"
|
||||||
#include "ui/widgets/checkbox.h"
|
#include "ui/widgets/checkbox.h"
|
||||||
|
|
@ -17,8 +17,8 @@ https://github.com/kotatogram/kotatogram-desktop/blob/dev/LEGAL
|
||||||
#include "ui/widgets/continuous_sliders.h"
|
#include "ui/widgets/continuous_sliders.h"
|
||||||
#include "ui/text/text_utilities.h" // Ui::Text::ToUpper
|
#include "ui/text/text_utilities.h" // Ui::Text::ToUpper
|
||||||
#include "boxes/connection_box.h"
|
#include "boxes/connection_box.h"
|
||||||
#include "boxes/fonts_box.h"
|
#include "kotato/boxes/fonts_box.h"
|
||||||
#include "boxes/net_boost_box.h"
|
#include "kotato/boxes/net_boost_box.h"
|
||||||
#include "boxes/about_box.h"
|
#include "boxes/about_box.h"
|
||||||
#include "boxes/confirm_box.h"
|
#include "boxes/confirm_box.h"
|
||||||
#include "platform/platform_specific.h"
|
#include "platform/platform_specific.h"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue