booleanbites / houzi-support

Support forum repo for issues & bugs reported for Houzi Flutter App.
4 stars 0 forks source link

How can I hide “explore option by type theme design” and “language selection” in setting the app #48

Closed aymentucker closed 1 year ago

aymentucker commented 1 year ago

I purchased the application, I want hide “explore option by type theme design” and “language selection” because it is only one language, and the user cannot change the language The other problem is that the application icon does not change with me

AdilSoomro commented 1 year ago

Hello,

with the release of 1.2.0, the explore type theme design should be hidden by default. Are you on older version?

To hide both of these items, please open following file:

PROJECT_HOME/packages/houzi_package/lib/pages/home_screen_drawer_menu_pages/settings_page.dart

look for build() function and you should see the options being built. We've changed many things in 1.2.0 with respect to settings page. So if you can confirm if you're on 1.2.0 then commenting widgets at line # 85, line #89 and line # 144 should do the job.

if you're on older version, depending on the version you'll need to look for related code and comment it. For example if you're on 1.1.5_1, then commenting widgets at line # 163, 164 and 457 should work.

Regarding app icon, please read Adaptive Icon section in documentation here: https://houzi-docs.booleanbites.com/app-setup/change_app_icon

aymentucker commented 1 year ago

problem of application icon does not change with me my app name : قطر ماب Screenshot_20230331_163018

AdilSoomro commented 1 year ago

We've added adaptive icon for android app. Adaptive Icon uses svg approach for app icons.

Either you can provide your own adaptive icon or you can remove Houzi adaptive icons. When you will remove Houzi adaptive icon, the app will pick your png icon.

Everything is explained in the adaptive icon section in app icon documentation.

Pease read Adaptive Icon section in documentation here: https://houzi-docs.booleanbites.com/app-setup/change_app_icon

AdilSoomro commented 1 year ago

Did it fix for you? please confirm.

AdilSoomro commented 1 year ago

Any update?

AdilSoomro commented 1 year ago

These options are hidden by default in version 1.2.0 qnd above.

Marking this as closed.