some of these prefs do work others don't
- Code: Select all
[_prefs]
show_jump_menu=0
show_bread_crumbs=0
hide_personal_tools=1
hide_user_status=1
show_table_tabs=1
show_tables_menu=0
hide_table_result_stats=1
hide_result_controller=1
the last two for instance refuse to work, even when i try to
include them in the applicationDelegate:
- Code: Select all
function getPreferences(){
return array('hide_resultlist_controller'=>1, 'hide_table_result_stats'=>1);
}
I am running the
latest relase of Xataface.
Cheers
Martin